Searched refs:f_bfree (Results 1 – 11 of 11) sorted by relevance
203 if (mnt_stat->f_bfree < AUDIT_HARD_LIMIT_FREE_BLOCKS) { in audit_record_write()215 if (mnt_stat->f_bfree < temp) { in audit_record_write()254 (unsigned long)(mnt_stat->f_bfree)) { in audit_record_write()
61 fsblkcnt_t f_bfree; member
85 uint64_t f_bfree; /* free blocks in filesystem */ member112 uint64_t f_bfree; /* free blocks in filesystem */ member142 long f_bfree; /* free blocks in fs */ member
158 statp->f_bfree >>= 1; in zpl_statfs()
1059 statp->f_bfree = (quota > used) ? ((quota - used) >> bshift) : 0; in zfs_statfs_project()1060 statp->f_bavail = statp->f_bfree; in zfs_statfs_project()1126 statp->f_bfree = availbytes >> bshift; in zfs_statvfs()1127 statp->f_bavail = statp->f_bfree; /* no root reservation */ in zfs_statvfs()
207 uint64_t f_bfree; member
236 uint64_t f_bfree; member
1450 statp->f_bfree = availbytes / statp->f_bsize; in zfs_statfs()1451 statp->f_bavail = statp->f_bfree; /* no root reservation */ in zfs_statfs()1461 statp->f_ffree = MIN(availobjs, statp->f_bfree); in zfs_statfs()
258 count = MAX(sf->f_blocks, MAX(sf->f_bfree, count)); in statfs_scale_blocks()271 sf->f_bfree >>= shift; in statfs_scale_blocks()724 osp->f_bfree = nsp->f_bfree; in freebsd4_cvtstatfs()857 osp->f_bfree = nsp->f_bfree; in freebsd11_cvtstatfs()
609 sbp->f_bfree = 0; in mqfs_mount()
4389 (uintmax_t)sp->f_blocks, (uintmax_t)sp->f_bfree, in DB_SHOW_COMMAND()