Lines Matching refs:IFILE
677 /* Read in the block with a specific segment usage entry from the ifile. */
685 panic("lfs: ifile read: segentry %llu: error %d\n", \
830 /* Read in the block with a specific inode from the ifile. */
833 (IP) = (IFILE *)((IFILE64 *)(BP)->b_data + \
836 (IP) = (IFILE *)((IFILE32 *)(BP)->b_data + \
839 (IP) = (IFILE *)((IFILE_V1 *)(BP)->b_data + \
850 panic("lfs: ifile ino %d read %d", (int)(IN), _e); \
856 (IP) = (IFILE *)((IFILE64 *)(IP) + 1); \
858 (IP) = (IFILE *)((IFILE32 *)(IP) + 1); \
860 (IP) = (IFILE *)((IFILE_V1 *)(IP) + 1); \
866 lfs_if_get##field(STRUCT_LFS *fs, IFILE *ifp) \
875 lfs_if_set##field(STRUCT_LFS *fs, IFILE *ifp, type val) \
895 * Cleaner information structure. This resides in the ifile and is used
949 /* Read in the block with the cleaner info from the ifile. */
957 panic("lfs: ifile read: cleanerinfo: error %d\n", _e); \
963 * Synchronize the Ifile cleaner info with current avail and bfree.
977 (void) LFS_BWRITE_LOG(bp); /* Ifile */ \
1203 LFS_DEF_SB_ACCESSOR_32ONLY(uint32_t, ifile, LFS_IFILE_INUM)
1538 * ifile direct block (1) + ULFS_NIADDR indirect blocks = 3 + 2 * ULFS_NIADDR blocks.