Home
last modified time | relevance | path

Searched refs:f_bfree (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/sys/vfs/ntfs/
H A Dntfs_vfsops.c619 sbp->f_bfree = sbp->f_bavail = ntfs_cntobn(ntmp->ntm_cfree); in ntfs_statfs()
620 sbp->f_ffree = sbp->f_bfree / ntmp->ntm_bpmftrec; in ntfs_statfs()
645 sbp->f_bfree = sbp->f_bavail = ntmp->ntm_cfree * ntmp->ntm_spc; in ntfs_statvfs()
646 sbp->f_ffree = sbp->f_bfree / ntmp->ntm_bpmftrec; in ntfs_statvfs()
/dragonfly/sys/vfs/autofs/
H A Dautofs_vfsops.c287 sbp->f_bfree = 0; in autofs_statfs()
301 sbp->f_bfree = 0; in autofs_statvfs()
/dragonfly/sys/sys/
H A Dstatvfs.h70 fsblkcnt_t f_bfree; /* total number of free blocks */ member
H A Dmount.h100 long f_bfree; /* free blocks in fs */ member
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_vfsops.c2016 tmp.f_bfree = hmp->voldata.allocator_free / in hammer2_vfs_statfs()
2018 tmp.f_bavail = tmp.f_bfree; in hammer2_vfs_statfs()
2026 tmp.f_bfree -= adj; in hammer2_vfs_statfs()
2031 mp->mnt_stat.f_bfree = tmp.f_bfree; in hammer2_vfs_statfs()
2070 tmp.f_bfree = hmp->voldata.allocator_free / in hammer2_vfs_statvfs()
2072 tmp.f_bavail = tmp.f_bfree; in hammer2_vfs_statvfs()
2080 tmp.f_bfree -= adj; in hammer2_vfs_statvfs()
2085 mp->mnt_vstat.f_bfree = tmp.f_bfree; in hammer2_vfs_statvfs()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_vfsops.c2050 tmp.f_bfree = hmp->voldata.allocator_free / in hammer2_vfs_statfs()
2052 tmp.f_bavail = tmp.f_bfree; in hammer2_vfs_statfs()
2060 tmp.f_bfree -= adj; in hammer2_vfs_statfs()
2065 mp->mnt_stat.f_bfree = tmp.f_bfree; in hammer2_vfs_statfs()
2104 tmp.f_bfree = hmp->voldata.allocator_free / in hammer2_vfs_statvfs()
2106 tmp.f_bavail = tmp.f_bfree; in hammer2_vfs_statvfs()
2114 tmp.f_bfree -= adj; in hammer2_vfs_statvfs()
2119 mp->mnt_vstat.f_bfree = tmp.f_bfree; in hammer2_vfs_statvfs()
/dragonfly/sys/vfs/nullfs/
H A Dnull_vfsops.c318 sbp->f_bfree = mstat.f_bfree; in nullfs_statfs()
/dragonfly/sys/vfs/procfs/
H A Dprocfs_vfsops.c133 sbp->f_bfree = 0; in procfs_statfs()
/dragonfly/crypto/openssh/
H A Dsftp-client.h46 u_int64_t f_bfree; member
H A Dsftp.c1083 (unsigned long long)(100 * (st.f_blocks - st.f_bfree) / in do_df()
1099 fmt_scaled((st.f_blocks - st.f_bfree) * st.f_frsize, s_used); in do_df()
1101 fmt_scaled(st.f_bfree * st.f_frsize, s_root); in do_df()
1112 (st.f_blocks - st.f_bfree) / 1024), in do_df()
1114 (unsigned long long)(st.f_frsize * st.f_bfree / 1024), in do_df()
/dragonfly/sys/vfs/hammer/
H A Dhammer_vfsops.c1006 mp->mnt_stat.f_bfree = (bfree - breserved) / HAMMER_BUFSIZE; in hammer_vfs_statfs()
1007 mp->mnt_stat.f_bavail = mp->mnt_stat.f_bfree; in hammer_vfs_statfs()
1044 mp->mnt_vstat.f_bfree = (bfree - breserved) / HAMMER_BUFSIZE; in hammer_vfs_statvfs()
1045 mp->mnt_vstat.f_bavail = mp->mnt_vstat.f_bfree; in hammer_vfs_statvfs()
/dragonfly/bin/df/
H A Ddf.c415 used = vsfsp->f_blocks - vsfsp->f_bfree; in prtstat()
464 vsfsp->f_bfree, vsfsp->f_bsize, blocksize))); in update_maxwidths()
/dragonfly/sys/vfs/fuse/
H A Dfuse_vfsops.c405 sbp->f_bfree = fso->st.bfree; in fuse_statfs()
436 sbp->f_bfree = fso->st.bfree; in fuse_statvfs()
/dragonfly/test/stress/stress2/misc/
H A Dfragments.sh125 if (sbuf.f_bfree > 8)
/dragonfly/sys/vfs/nfs/
H A Dnfs_vfsops.c362 sbp->f_bfree = (long)(tquad / ((u_quad_t)NFS_FABLKSIZE)); in nfs_statfs()
372 sbp->f_bfree = fxdr_unsigned(int32_t, sfp->sf_bfree); in nfs_statfs()
448 sbp->f_bfree = (fxdr_hyper(&sfp->sf_fbytes) / in nfs_statvfs()
458 sbp->f_bfree = fxdr_unsigned(int32_t, sfp->sf_bfree); in nfs_statvfs()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vfsops.c188 sbp->f_bfree = 0; in devfs_vfs_statfs()
/dragonfly/sys/vfs/ext2fs/
H A Dext2_vfsops.c1128 sbp->f_bfree = fs->e2fs_fbcount; in ext2_statfs()
1129 sbp->f_bavail = sbp->f_bfree - fs->e2fs_rbcount; in ext2_statfs()
1180 sbp->f_bfree = fs->e2fs_fbcount; in ext2_statvfs()
1181 sbp->f_bavail = sbp->f_bfree - fs->e2fs_rbcount; in ext2_statvfs()
/dragonfly/sys/vfs/msdosfs/
H A Dmsdosfs_vfsops.c709 sbp->f_bfree = pmp->pm_freeclustercount; in msdosfs_statfs()
730 sbp->f_bfree = pmp->pm_freeclustercount; in msdosfs_statvfs()
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_vfsops.c488 sbp->f_bfree = sbp->f_bavail; in tmpfs_statfs()
/dragonfly/sbin/savecore/
H A Dsavecore.c193 totfree = ((off_t) fsbuf.f_bfree * fsbuf.f_bsize) / 1024; in check_space()
/dragonfly/sys/vfs/hpfs/
H A Dhpfs_vfsops.c409 sbp->f_bfree = sbp->f_bavail = hpmp->hpm_bavail; in hpfs_statfs()
/dragonfly/sys/kern/
H A Dvfs_default.c1482 sbp->f_bfree = in->f_bfree; in vfs_stdstatvfs()
/dragonfly/sys/vfs/udf/
H A Dudf_vfsops.c471 sbp->f_bfree = 0; in udf_statfs()
/dragonfly/sys/vfs/smbfs/
H A Dsmbfs_smb.c177 sbp->f_bfree = funits; /* free blocks in fs */ in smbfs_smb_statfs2()
213 sbp->f_bfree = funits; /* free blocks in fs */ in smbfs_smb_statfs()
/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_vfsops.c628 sbp->f_bfree = 0; /* total free blocks */ in cd9660_statfs()

12