Home | History | Annotate | Download | only in lfs

Lines Matching defs:ifile

176 #define	LFS_IFILE_INUM	1		/* 1: IFILE inode number */
211 # define LFS_ATIME_IFILE 0 /* Store atime info in ifile (optional in LFSv1) */
678 typedef union ifile {
682 } IFILE;
683 __CTASSERT(__alignof(union ifile) == __alignof(struct ifile64));
685 __CTASSERT(__alignof(union ifile) == __alignof(struct ifile32));
686 __CTASSERT(__alignof(union ifile) == __alignof(struct ifile_v1));
690 * Cleaner information structure. This resides in the ifile and is used
882 uint32_t dlfs_ifpb; /* 104: IFILE entries per block */
957 uint32_t dlfs_ifpb; /* 152: IFILE entries per block */
1027 struct vnode *lfs_ivnode; /* vnode for the ifile */
1036 uint32_t lfs_doifile; /* Write ifile blocks on next write */
1054 krwlock_t lfs_iflock; /* Ifile lock */
1176 union lfs_dinode *idp; /* pointer to ifile dinode */