Searched refs:f_bfree (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-13-stable/tools/regression/tmpfs/
H A Dt_sizes53 f_bused=$((${f_blocks} - ${f_bfree}))
61 f_bused=$((${f_blocks} - ${f_bfree}))
67 f_bused=$((${f_blocks} - ${f_bfree}))
76 f_bused=$((${f_blocks} - ${f_bfree}))
H A Dh_tools.c249 (void)printf("f_bfree=%ju\n", (uintmax_t)buf.f_bfree);
/freebsd-13-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c79 sf->f_bfree = (total - used) / sf->f_bsize;
82 sf->f_bresvd = sf->f_bfree - sf->f_bavail;
100 .f_bfree = (TOTAL - USED) / BSIZE,
132 .f_bfree = (TOTAL - USED) / BSIZE,
164 .f_bfree = (TOTAL - USED) / BSIZE,
193 .f_bfree = TOTAL - USED,
/freebsd-13-stable/sys/sys/
H A Dstatvfs.h61 fsblkcnt_t f_bfree; member in struct:statvfs
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.h53 fsblkcnt_t f_bfree; /* Total number of free blocks. */ member in struct:statvfs
H A Dbsd-statvfs.c38 to->f_bfree = from->f_bfree;
/freebsd-13-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_sizes.sh42 f_bused=$((${f_blocks} - ${f_bfree}))
72 f_bused=$((${f_blocks} - ${f_bfree}))
79 f_bused=$((${f_blocks} - ${f_bfree}))
98 of_bused=$((${f_blocks} - ${f_bfree}))
103 f_bused=$((${f_blocks} - ${f_bfree}))
H A Dh_tools.c288 (void)printf("f_bfree=%" PRId64 "\n", buf.f_bfree);
/freebsd-13-stable/lib/libc/gen/
H A Dstatvfs.c120 COPY(f_bfree);
147 SHOW(f_bfree);
/freebsd-13-stable/lib/libc/sys/
H A Dcompat-ino64.h85 sf->f_bfree = sf11->f_bfree;
/freebsd-13-stable/crypto/openssh/
H A Dsftp-client.h46 u_int64_t f_bfree; member in struct:sftp_statvfs
/freebsd-13-stable/sys/security/audit/
H A Daudit_worker.c203 if (mnt_stat->f_bfree < AUDIT_HARD_LIMIT_FREE_BLOCKS) {
215 if (mnt_stat->f_bfree < temp) {
254 (unsigned long)(mnt_stat->f_bfree)) {
/freebsd-13-stable/bin/df/
H A Ddf.c463 used = sfsp->f_blocks - sfsp->f_bfree;
516 totalfsp->f_bfree += statfsp->f_bfree * bsize;
541 (int64_t)sfsp->f_bfree, sfsp->f_bsize, blocksize)));
/freebsd-13-stable/sys/fs/autofs/
H A Dautofs_vfsops.c201 sbp->f_bfree = 0;
/freebsd-13-stable/sys/fs/fdescfs/
H A Dfdesc_vfsops.c227 sbp->f_bfree = 0;
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dstatfs.cc164 EXPECT_EQ(100ul, statbuf.f_bfree);
/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dconf.h308 # define SFS_BAVAIL f_bfree /* alternate field name */
1249 # define SFS_BAVAIL f_bfree /* alternate field name */
1296 # define SFS_BAVAIL f_bfree /* alternate field name */
1325 # define SFS_BAVAIL f_bfree /* alternate field name */
1776 # define SFS_BAVAIL f_bfree /* alternate field name */
1827 # define SFS_BAVAIL f_bfree /* alternate field name */
2137 # define SFS_BAVAIL f_bfree /* alternate field name */
2157 # define SFS_BAVAIL f_bfree /* alternate field name */
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_stats.c327 l_long f_bfree; member in struct:l_statfs
387 tmp = bsd_statfs->f_blocks | bsd_statfs->f_bfree | bsd_statfs->f_files |
398 linux_statfs->f_bfree = bsd_statfs->f_bfree;
445 linux_statfs->f_bfree = bsd_statfs->f_bfree;
/freebsd-13-stable/sys/fs/nullfs/
H A Dnull_vfsops.c334 sbp->f_bfree = mstat->f_bfree;
/freebsd-13-stable/sys/fs/unionfs/
H A Dunion_vfsops.c433 sbp->f_bfree = mstat->f_bfree;
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c158 statp->f_bfree >>= 1;
/freebsd-13-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c180 * fsblkcnt_t f_bfree; free blocks avail in file system
221 sbp->f_bfree = sbp->f_bavail = ROUND(bfree, pgsize) / pgsize;
/freebsd-13-stable/sys/fs/devfs/
H A Ddevfs_vfsops.c233 sbp->f_bfree = 0;
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_vfsops.c679 sbp->f_bfree = fsfo->st.bfree;
691 sbp->f_bfree = 0;
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32.h127 int32_t f_bfree; member in struct:statfs32

Completed in 504 milliseconds

123