- memory_object_t ui_pager; /* pager */
- memory_object_control_t ui_control; /* VM control for the pager */
- vnode_t ui_vnode; /* vnode for this ubc_info */
- kauth_cred_t ui_ucred; /* holds credentials for NFS paging */
- off_t ui_size; /* file size for the vnode */
- uint32_t ui_flags; /* flags */
- uint32_t cs_add_gen; /* generation count when csblob was validated */
-
- struct cl_readahead *cl_rahead; /* cluster read ahead context */
- struct cl_writebehind *cl_wbehind; /* cluster write behind context */
-
- struct timespec cs_mtime; /* modify time of file when
- first cs_blob was loaded */
- struct cs_blob *cs_blobs; /* for CODE SIGNING */
+ memory_object_t ui_pager; /* pager */
+ memory_object_control_t ui_control; /* VM control for the pager */
+ vnode_t ui_vnode; /* vnode for this ubc_info */
+ kauth_cred_t ui_ucred; /* holds credentials for NFS paging */
+ off_t ui_size; /* file size for the vnode */
+ uint32_t ui_flags; /* flags */
+ uint32_t cs_add_gen; /* generation count when csblob was validated */
+
+ struct cl_readahead *cl_rahead; /* cluster read ahead context */
+ struct cl_writebehind *cl_wbehind; /* cluster write behind context */
+
+ struct timespec cs_mtime; /* modify time of file when
+ * first cs_blob was loaded */
+ struct cs_blob *cs_blobs; /* for CODE SIGNING */