Home | History | Annotate | Download | only in lfs

Lines Matching defs:FINFO

559  * The FINFO structure is a header; it is followed by fi_nblocks block
583 typedef union finfo {
586 } FINFO;
587 __CTASSERT(__alignof(union finfo) == __alignof(struct finfo64));
589 __CTASSERT(__alignof(union finfo) == __alignof(struct finfo32));
758 /* FINFO's and inode daddr's... */
776 /* FINFO's and inode daddr's... */
794 /* FINFO's and inode daddr's... */
1162 * pointers following a FINFO.
1177 FINFO *fip; /* current fileinfo pointer */