/freebsd/contrib/netbsd-tests/bin/df/ |
H A D | getmntinfo.c | 79 sf->f_bfree = (total - used) / sf->f_bsize; in other_variants() 82 sf->f_bresvd = sf->f_bfree - sf->f_bavail; in other_variants() 100 .f_bfree = (TOTAL - USED) / BSIZE, in setup_filer() 132 .f_bfree = (TOTAL - USED) / BSIZE, in setup_ld0g() 164 .f_bfree = (TOTAL - USED) / BSIZE, in setup_strpct() 193 .f_bfree = TOTAL - USED, in setup_pr23600()
|
/freebsd/contrib/netbsd-tests/fs/tmpfs/ |
H A D | t_sizes.sh | 42 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 D | h_tools.c | 288 (void)printf("f_bfree=%" PRId64 "\n", buf.f_bfree); in statvfs_main()
|
/freebsd/tools/regression/tmpfs/ |
H A D | t_sizes | 52 f_bused=$((${f_blocks} - ${f_bfree})) 60 f_bused=$((${f_blocks} - ${f_bfree})) 66 f_bused=$((${f_blocks} - ${f_bfree})) 75 f_bused=$((${f_blocks} - ${f_bfree}))
|
H A D | h_tools.c | 247 (void)printf("f_bfree=%ju\n", (uintmax_t)buf.f_bfree); in statvfs_main()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-statvfs.c | 42 to->f_bfree = from->f_bfree; in copy_statfs_to_statvfs()
|
H A D | bsd-statvfs.h | 53 fsblkcnt_t f_bfree; /* Total number of free blocks. */ member
|
/freebsd/lib/libc/gen/ |
H A D | statvfs.c | 117 COPY(f_bfree); in sfs2svfs() 144 SHOW(f_bfree); in main()
|
/freebsd/sys/security/audit/ |
H A D | audit_worker.c | 200 if (mnt_stat->f_bfree < AUDIT_HARD_LIMIT_FREE_BLOCKS) { in audit_record_write() 212 if (mnt_stat->f_bfree < temp) { in audit_record_write() 251 (unsigned long)(mnt_stat->f_bfree)) { in audit_record_write()
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 308 # define SFS_BAVAIL f_bfree /* alternate field name */ 1250 # define SFS_BAVAIL f_bfree /* alternate field name */ 1297 # define SFS_BAVAIL f_bfree /* alternate field name */ 1326 # define SFS_BAVAIL f_bfree /* alternate field name */ 1779 # define SFS_BAVAIL f_bfree /* alternate field name */ 1830 # define SFS_BAVAIL f_bfree /* alternate field name */ 2140 # define SFS_BAVAIL f_bfree /* alternate field name */ 2160 # define SFS_BAVAIL f_bfree /* alternate field name */
|
/freebsd/bin/df/ |
H A D | df.c | 515 used = sfsp->f_blocks - sfsp->f_bfree; in prtstat() 571 totalfsp->f_bfree += statfsp->f_bfree * bsize; in addstat() 596 (int64_t)sfsp->f_bfree, sfsp->f_bsize, blocksize))); in update_maxwidths()
|
/freebsd/sys/sys/ |
H A D | statvfs.h | 59 fsblkcnt_t f_bfree; member
|
H A D | mount.h | 88 uint64_t f_bfree; /* free blocks in filesystem */ member 117 uint64_t f_bfree; /* free blocks in filesystem */ member 147 long f_bfree; /* free blocks in fs */ member
|
/freebsd/sys/compat/linux/ |
H A D | linux_stats.c | 274 l_long f_bfree; member 357 linux_statfs->f_bfree = bsd_statfs->f_bfree; in bsd_to_linux_statfs() 401 linux_statfs->f_bfree = bsd_statfs->f_bfree; in bsd_to_linux_statfs64()
|
/freebsd/crypto/openssh/ |
H A D | sftp-client.h | 46 u_int64_t f_bfree; member
|
/freebsd/sys/fs/nullfs/ |
H A D | null_vfsops.c | 372 sbp->f_bfree = mstat->f_bfree; in nullfs_statfs()
|
/freebsd/sys/fs/autofs/ |
H A D | autofs_vfsops.c | 199 sbp->f_bfree = 0; in autofs_statfs()
|
/freebsd/sys/fs/fdescfs/ |
H A D | fdesc_vfsops.c | 224 sbp->f_bfree = 2; in fdesc_statfs()
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | statfs.cc | 162 EXPECT_EQ(100ul, statbuf.f_bfree); in TEST_F()
|
/freebsd/tools/test/stress2/misc/ |
H A D | fragments.sh | 132 if (sbuf.f_bfree > 8)
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 290 uint64_t f_bfree; 314 buf->f_bfree = total_number_of_free_bytes.QuadPart; in statvfs() 293 uint64_t f_bfree; global() member
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | 515 sbp->f_bfree = mstat->f_bfree; in unionfs_statfs()
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_vfsops.c | 229 sbp->f_bfree = 2; in devfs_statfs()
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_vfsops.c | 666 sbp->f_bfree = fsfo->st.bfree; in fuse_vfsop_statfs() 678 sbp->f_bfree = 0; in fuse_vfsop_statfs()
|
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs_vfsops.c | 221 sbp->f_bfree = sbp->f_bavail = ROUND(bfree, pgsize) / pgsize; in dtfs_fs_statvfs()
|