Home
last modified time | relevance | path

Searched refs:IS_IFILE (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/ufs/lfs/
H A Dlfs_bio.c72 while (!LFS_FITS(fs, db) && !IS_IFILE(bp) &&
H A Dlfs.h293 #define IS_IFILE(bp) (VTOI(bp->b_vp)->i_number == LFS_IFILE_INUM) macro