Home | History | Annotate | Download | only in lfs

Lines Matching refs:FINFO

705  * FINFO (file info) entries.
716 /* size of a FINFO, without the block pointers */
719 /* Full size of the provided FINFO record, including its block pointers. */
724 ((FINFO *)((char *)(fip) + FINFO_FULLSIZE(fs, fip)))
728 lfs_fi_get##field(STRUCT_LFS *fs, FINFO *fip) \
737 lfs_fi_set##field(STRUCT_LFS *fs, FINFO *fip, type val) \
756 lfs_fi_getblock(STRUCT_LFS *fs, FINFO *fip, unsigned idx)
770 lfs_fi_setblock(STRUCT_LFS *fs, FINFO *fip, unsigned idx, daddr_t blk)
1037 * The SEGSUM structure is followed by FINFO structures. Get the pointer
1038 * to the first FINFO.
1043 static __inline FINFO *
1046 return (FINFO *)((char *)ssp + SEGSUM_SIZE(fs));
1050 ((FINFO *)((char *)(ssp) + SEGSUM_SIZE(fs)));
1420 lfs_blocks_fromfinfo(STRUCT_LFS *fs, union lfs_blocks *bp, FINFO *fip)