Home | History | Annotate | Download | only in lfs_cleanerd

Lines Matching refs:IFILE

161  * Use fsck's lfs routines to load the Ifile from an unmounted fs.
201 * Set up the file descriptors, including the Ifile descriptor.
202 * If we can't get the Ifile, this is not an LFS (or the kernel is
251 /* Find the Ifile and open it */
313 /* Set up vnodes for Ifile and raw device */
339 * Invalidate all the currently held Ifile blocks so they will be
360 /* If Ifile is larger than buffer cache, rehash */
371 * Get IFILE entry for the given inode, store in ifpp. The buffer
378 lfs_ientry(IFILE **ifpp, struct clfs *fs, ino_t ino, struct ubuf **bpp)
394 *ifpp = (IFILE *)ifp64;
398 *ifpp = (IFILE *)ifp32;
402 *ifpp = (IFILE *)ifp_v1;
446 IFILE *ifp;
1026 * in *ifc with the part of that cost due to rewriting the Ifile.
1045 * Look for IFILE blocks, unless this is the Ifile.
1261 PRId64 " supporting Ifile = %"
1316 * Read the cleanerinfo block from the Ifile. We don't want
1387 syslog(LOG_ERR, "%s: failed to stat ifile",
1610 * Start up buffer cache. We only use this for the Ifile,