| /src/libexec/lfs_cleanerd/ |
| cleaner.h | 68 void lfs_ientry(IFILE **, struct clfs *, ino_t, struct ubuf **);
|
| coalesce.c | 121 lfs_ientry(&ifp, fs, ino, &bp);
|
| lfs_cleanerd.c | 375 * XXX this is cutpaste of LFS_IENTRY from lfs.h; unify the two. 378 lfs_ientry(IFILE **ifpp, struct clfs *fs, ino_t ino, struct ubuf **bpp) function in typeref:typename:void 529 lfs_ientry(&ifp, fs, lfs_dino_getinumber(fs, dip), &ifbp); 603 lfs_ientry(&ifp, fs, lfs_fi_getino(fs, fip), &ifbp);
|
| /src/sbin/dump_lfs/ |
| lfs_inode.c | 306 lfs_ientry(ino_t ino) function in typeref:typename:IFILE * 390 blkno = lfs_if_getdaddr(sblock, lfs_ientry(inum));
|