| /linux/arch/mips/include/uapi/asm/ |
| H A D | statfs.h | 29 long f_bfree; member 52 __u64 f_bfree; member 71 long f_bfree; member 89 __u64 f_bfree; member
|
| /linux/include/uapi/asm-generic/ |
| H A D | statfs.h | 27 __statfs_word f_bfree; member 50 __u64 f_bfree; member 73 __u64 f_bfree; member
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | statfs.h | 25 unsigned long f_bfree; member 40 unsigned long long f_bfree; member
|
| /linux/include/linux/ |
| H A D | statfs.h | 13 u64 f_bfree; member
|
| /linux/arch/arm64/include/asm/ |
| H A D | compat.h | 75 int f_bfree; member
|
| /linux/arch/x86/include/asm/ |
| H A D | compat.h | 67 int f_bfree; member
|
| /linux/arch/mips/include/asm/ |
| H A D | compat.h | 66 int f_bfree; member
|
| /linux/fs/hfs/ |
| H A D | super.c | 108 buf->f_bfree = (u32)HFS_SB(sb)->free_ablocks * HFS_SB(sb)->fs_div; in hfs_statfs() 109 buf->f_bavail = buf->f_bfree; in hfs_statfs()
|
| /linux/include/asm-generic/ |
| H A D | compat.h | 96 compat_int_t f_bfree; member
|
| /linux/fs/hostfs/ |
| H A D | hostfs_kern.c | 190 long long f_bfree; in hostfs_statfs() local 198 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs() 204 sf->f_bfree = f_bfree; in hostfs_statfs()
|
| /linux/fs/afs/ |
| H A D | super.c | 731 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success() 757 buf->f_bfree = 0; in afs_statfs()
|
| /linux/fs/freevxfs/ |
| H A D | vxfs_super.c | 84 bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free); in vxfs_statfs()
|
| /linux/fs/nilfs2/ |
| H A D | super.c | 670 buf->f_bfree = nfreeblocks; in nilfs_statfs() 671 buf->f_bavail = (buf->f_bfree >= nrsvblocks) ? in nilfs_statfs() 672 (buf->f_bfree - nrsvblocks) : 0; in nilfs_statfs()
|
| /linux/fs/efs/ |
| H A D | super.c | 357 buf->f_bfree = sbi->data_free; /* free data blocks */ in efs_statfs()
|
| /linux/fs/9p/ |
| H A D | vfs_super.c | 210 buf->f_bfree = rs.bfree; in v9fs_statfs()
|
| /linux/include/uapi/linux/ |
| H A D | coda.h | 232 int32_t f_bfree; member
|
| /linux/fs/adfs/ |
| H A D | map.c | 214 buf->f_bfree = signed_asl(total, asb->s_map2blk); in adfs_map_statfs()
|
| H A D | super.c | 187 buf->f_ffree = (long)(buf->f_bfree * buf->f_files) / (long)buf->f_blocks; in adfs_statfs()
|
| /linux/fs/xfs/ |
| H A D | xfs_super.c | 869 st->f_bfree = max(0LL, in xfs_statfs_data() 889 st->f_bfree = xfs_rtbxlen_to_blen(mp, in xfs_statfs_rt() 902 uint64_t fakeinos = XFS_FSB_TO_INO(mp, st->f_bfree); in xfs_statfs_inodes() 952 st->f_bavail = st->f_bfree; in xfs_fs_statfs()
|
| /linux/fs/coda/ |
| H A D | upcall.c | 562 sfs->f_bfree = outp->coda_statfs.stat.f_bfree; in venus_statfs()
|
| /linux/fs/vboxsf/ |
| H A D | super.c | 301 stat->f_bfree = shfl_volinfo.available_allocation_bytes; in vboxsf_statfs()
|
| /linux/fs/efivarfs/ |
| H A D | super.c | 108 buf->f_bfree = remaining_space; in efivarfs_statfs()
|
| /linux/fs/ufs/ |
| H A D | super.c | 1342 buf->f_bfree = ufs_freefrags(uspi); in ufs_statfs() 1345 buf->f_bavail = (buf->f_bfree > uspi->s_root_blocks) in ufs_statfs() 1346 ? (buf->f_bfree - uspi->s_root_blocks) : 0; in ufs_statfs()
|
| /linux/fs/ceph/ |
| H A D | quota.c | 537 buf->f_bfree = free; in ceph_quota_update_statfs()
|
| /linux/fs/romfs/ |
| H A D | super.c | 407 buf->f_bfree = buf->f_bavail = buf->f_ffree; in romfs_statfs()
|