Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/lfs/
H A Dlfs_accessors.h1514 #define LFS_EST_RSVD(F) ((LFS_EST_NONMETA(F) * \ macro
1526 (LFS_EST_BFREE(F) >= (BB) + LFS_EST_RSVD(F))
H A Dlfs_vfsops.c1482 sbp->f_bresvd = LFS_EST_RSVD(fs); in lfs_statvfs()