Home
last modified time | relevance | path

Searched refs:f_ffree (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c162 uint64_t usedobjs = statp->f_files - statp->f_ffree; in zpl_statfs()
163 statp->f_ffree = MIN(statp->f_ffree, UINT32_MAX - usedobjs); in zpl_statfs()
164 statp->f_files = statp->f_ffree + usedobjs; in zpl_statfs()
H A Dzfs_vfsops.c1086 statp->f_ffree = (quota > used) ? (quota - used) : 0; in zfs_statfs_project()
1137 statp->f_ffree = MIN(availobjs, availbytes >> DNODE_SHIFT); in zfs_statvfs()
1138 statp->f_files = statp->f_ffree + usedobjs; in zfs_statvfs()
/f-stack/freebsd/sys/
H A Dstatvfs.h64 fsfilcnt_t f_ffree; member
H A Dmount.h88 int64_t f_ffree; /* free nodes avail to non-superuser */ member
115 int64_t f_ffree; /* free nodes avail to non-superuser */ member
145 long f_ffree; /* free file nodes in fs */ member
/f-stack/freebsd/i386/linux/
H A Dlinux.h210 uint64_t f_ffree; member
/f-stack/freebsd/amd64/linux32/
H A Dlinux.h239 uint64_t f_ffree; member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1461 statp->f_ffree = MIN(availobjs, statp->f_bfree); in zfs_statfs()
1462 statp->f_files = statp->f_ffree + usedobjs; in zfs_statfs()
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c727 osp->f_ffree = MIN(nsp->f_ffree, LONG_MAX); in freebsd4_cvtstatfs()
860 osp->f_ffree = nsp->f_ffree; in freebsd11_cvtstatfs()
H A Duipc_mqueue.c612 sbp->f_ffree = 0; in mqfs_mount()
H A Dvfs_subr.c4391 (intmax_t)sp->f_ffree, (uintmax_t)sp->f_syncwrites, in DB_SHOW_COMMAND()