Home | History | Annotate | Download | only in lfs

Lines Matching refs:FINFO

562  * The FINFO structure is a header; it is followed by fi_nblocks block
586 typedef union finfo {
589 } FINFO;
590 __CTASSERT(__alignof(union finfo) == __alignof(struct finfo64));
592 __CTASSERT(__alignof(union finfo) == __alignof(struct finfo32));
761 /* FINFO's and inode daddr's... */
779 /* FINFO's and inode daddr's... */
797 /* FINFO's and inode daddr's... */
1146 FINFO *finfop; /* The FINFO structure to parse */
1192 * pointers following a FINFO.
1207 FINFO *fip; /* current fileinfo pointer */