Home
last modified time | relevance | path

Searched refs:LFS_EST_BFREE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/ufs/lfs/
H A Dlfs_accessors.h1510 #define LFS_EST_BFREE(F) (lfs_sb_getbfree(F) > LFS_EST_CMETA(F) ? \ macro
1521 LFS_EST_BFREE(F) >= (BB)) || \
1526 (LFS_EST_BFREE(F) >= (BB) + LFS_EST_RSVD(F))
H A Dlfs_bio.c227 (intmax_t)LFS_EST_BFREE(fs))); in lfs_reserveavail()
H A Dlfs_vfsops.c1467 sbp->f_bfree = LFS_EST_BFREE(fs); in lfs_statvfs()