| /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/include/asm-generic/ |
| H A D | compat.h | 96 compat_int_t f_bfree; member
|
| /linux/fs/afs/ |
| H A D | super.c | 732 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success() 758 buf->f_bfree = 0; in afs_statfs()
|
| /linux/fs/ntfs3/ |
| H A D | super.c | 750 buf->f_bfree = wnd_zeroes(wnd); in ntfs_statfs() 751 if (buf->f_bfree > da_clusters) { in ntfs_statfs() 752 buf->f_bfree -= da_clusters; in ntfs_statfs() 754 buf->f_bfree = 0; in ntfs_statfs() 756 buf->f_bavail = buf->f_bfree; in ntfs_statfs()
|
| /linux/fs/zonefs/ |
| H A D | super.c | 455 buf->f_bfree = 0; in zonefs_statfs() 457 buf->f_bfree = buf->f_blocks - sbi->s_used_blocks; in zonefs_statfs() 458 buf->f_bavail = buf->f_bfree; in zonefs_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/coda/ |
| H A D | upcall.c | 562 sfs->f_bfree = outp->coda_statfs.stat.f_bfree; in venus_statfs()
|
| /linux/fs/xfs/ |
| H A D | xfs_super.c | 919 st->f_bfree = max(0LL, in xfs_statfs_data() 939 st->f_bfree = xfs_rtbxlen_to_blen(mp, in xfs_statfs_rt() 952 uint64_t fakeinos = XFS_FSB_TO_INO(mp, st->f_bfree); in xfs_statfs_inodes() 1002 st->f_bavail = st->f_bfree; in xfs_fs_statfs()
|
| /linux/fs/ceph/ |
| H A D | quota.c | 554 buf->f_bfree = free; in ceph_quota_update_statfs()
|
| /linux/fs/udf/ |
| H A D | super.c | 2439 buf->f_bfree = udf_count_free(sb); in udf_statfs() 2440 buf->f_bavail = buf->f_bfree; in udf_statfs() 2447 + buf->f_bfree; in udf_statfs() 2448 buf->f_ffree = buf->f_bfree; in udf_statfs()
|
| /linux/fs/btrfs/ |
| H A D | super.c | 1769 buf->f_bfree = buf->f_blocks - (div_u64(total_used, factor) >> bits); in btrfs_statfs() 1774 if (buf->f_bfree >= block_rsv->size >> bits) in btrfs_statfs() 1775 buf->f_bfree -= block_rsv->size >> bits; in btrfs_statfs() 1777 buf->f_bfree = 0; in btrfs_statfs()
|
| /linux/fs/orangefs/ |
| H A D | super.c | 189 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
|
| /linux/fs/squashfs/ |
| H A D | super.c | 581 buf->f_bfree = buf->f_bavail = 0; in squashfs_statfs()
|
| /linux/fs/nfsd/ |
| H A D | nfsxdr.c | 560 *p++ = cpu_to_be32(stat->f_bfree); in nfssvc_encode_statfsres()
|
| H A D | nfs3xdr.c | 1194 p = xdr_encode_hyper(p, bs * s->f_bfree); /* free bytes */ in svcxdr_encode_fsstat3resok()
|
| /linux/fs/erofs/ |
| H A D | super.c | 1084 buf->f_bfree = buf->f_bavail = 0; in erofs_statfs()
|
| /linux/fs/ext4/ |
| H A D | super.c | 6964 buf->f_bfree = min(buf->f_bfree, remaining); in ext4_statfs_project() 7004 buf->f_bfree = EXT4_C2B(sbi, max_t(s64, bfree, 0)); in ext4_statfs() 7005 buf->f_bavail = buf->f_bfree - in ext4_statfs() 7007 if (buf->f_bfree < (ext4_r_blocks_count(es) + resv_blocks)) in ext4_statfs()
|