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

123

/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_statfs.h42 long f_bfree; member in struct:ibcs2_statfs
H A Dibcs2_stat.c99 ssfs.f_bfree = sp->f_bfree;
/freebsd-11-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-11-stable/sys/compat/svr4/
H A Dsvr4_statvfs.h38 svr4_fsblkcnt_t f_bfree; member in struct:svr4_statvfs
55 svr4_fsblkcnt64_t f_bfree; member in struct:svr4_statvfs64
/freebsd-11-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-11-stable/sys/sys/
H A Dstatvfs.h61 fsblkcnt_t f_bfree; member in struct:statvfs
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.h50 fsblkcnt_t f_bfree; /* Total number of free blocks. */ member in struct:statvfs
H A Dbsd-statvfs.c34 to->f_bfree = from->f_bfree;
/freebsd-11-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-11-stable/lib/libc/gen/
H A Dstatvfs.c120 COPY(f_bfree);
147 SHOW(f_bfree);
/freebsd-11-stable/crypto/openssh/
H A Dsftp-client.h46 u_int64_t f_bfree; member in struct:sftp_statvfs
/freebsd-11-stable/sys/security/audit/
H A Daudit_worker.c196 if (mnt_stat->f_bfree < AUDIT_HARD_LIMIT_FREE_BLOCKS) {
208 if (mnt_stat->f_bfree < temp) {
247 (unsigned long)(mnt_stat->f_bfree)) {
/freebsd-11-stable/bin/df/
H A Ddf.c531 used = sfsp->f_blocks - sfsp->f_bfree;
584 totalfsp->f_bfree += statfsp->f_bfree * bsize;
609 (int64_t)sfsp->f_bfree, sfsp->f_bsize, blocksize)));
/freebsd-11-stable/sys/fs/autofs/
H A Dautofs_vfsops.c202 sbp->f_bfree = 0;
/freebsd-11-stable/sys/fs/fdescfs/
H A Dfdesc_vfsops.c216 sbp->f_bfree = 0;
/freebsd-11-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-11-stable/sys/compat/linux/
H A Dlinux_stats.c304 l_long f_bfree; member in struct:l_statfs
364 tmp = bsd_statfs->f_blocks | bsd_statfs->f_bfree | bsd_statfs->f_files |
375 linux_statfs->f_bfree = bsd_statfs->f_bfree;
422 linux_statfs->f_bfree = bsd_statfs->f_bfree;
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_vfsops.c436 sbp->f_bfree = mstat->f_bfree;
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_vfsops.c505 sbp->f_bfree = fsfo->st.bfree;
526 sbp->f_bfree = 0;
/freebsd-11-stable/sys/fs/nullfs/
H A Dnull_vfsops.c336 sbp->f_bfree = mstat->f_bfree;
/freebsd-11-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-11-stable/sys/fs/devfs/
H A Ddevfs_vfsops.c232 sbp->f_bfree = 0;
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32.h103 int32_t f_bfree; member in struct:statfs32

Completed in 211 milliseconds

123