Home
last modified time | relevance | path

Searched refs:f_bavail (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/sys/
H A Dstatvfs.h60 fsblkcnt_t f_bavail; /* Number of blocks */ member
H A Dmount.h86 int64_t f_bavail; /* free blocks avail to non-superuser */ member
113 int64_t f_bavail; /* free blocks avail to non-superuser */ member
143 long f_bavail; /* free blocks avail to non-superuser */ member
/f-stack/freebsd/kern/
H A Dkern_acct.c598 if (sp->f_bavail > (int64_t)(acctresume * sp->f_blocks / in acctwatch()
604 if (sp->f_bavail <= (int64_t)(acctsuspend * sp->f_blocks / in acctwatch()
H A Dvfs_syscalls.c254 if (sf->f_bavail < 0) in statfs_scale_blocks()
255 count = -sf->f_bavail; in statfs_scale_blocks()
257 count = sf->f_bavail; in statfs_scale_blocks()
272 sf->f_bavail >>= shift; in statfs_scale_blocks()
725 osp->f_bavail = nsp->f_bavail; in freebsd4_cvtstatfs()
858 osp->f_bavail = nsp->f_bavail; in freebsd11_cvtstatfs()
H A Duipc_mqueue.c610 sbp->f_bavail = 0; in mqfs_mount()
H A Dvfs_subr.c4390 (intmax_t)sp->f_bavail, (uintmax_t)sp->f_files, in DB_SHOW_COMMAND()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c159 statp->f_bavail >>= 1; in zpl_statfs()
H A Dzfs_vfsops.c1060 statp->f_bavail = statp->f_bfree; in zfs_statfs_project()
1127 statp->f_bavail = statp->f_bfree; /* no root reservation */ in zfs_statvfs()
H A Dzpl_file.c780 if (len > statfs.f_bavail * (statfs.f_bsize * 100 / percent)) { in zpl_fallocate_common()
/f-stack/freebsd/i386/linux/
H A Dlinux.h208 uint64_t f_bavail; member
/f-stack/freebsd/amd64/linux32/
H A Dlinux.h237 uint64_t f_bavail; member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1451 statp->f_bavail = statp->f_bfree; /* no root reservation */ in zfs_statfs()