Home
last modified time | relevance | path

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

12

/linux/arch/mips/include/uapi/asm/
H A Dstatfs.h29 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 Dstatfs.h27 __statfs_word f_bfree; member
50 __u64 f_bfree; member
73 __u64 f_bfree; member
/linux/arch/s390/include/uapi/asm/
H A Dstatfs.h25 unsigned long f_bfree; member
40 unsigned long long f_bfree; member
/linux/include/linux/
H A Dstatfs.h13 u64 f_bfree; member
/linux/arch/arm64/include/asm/
H A Dcompat.h75 int f_bfree; member
/linux/arch/x86/include/asm/
H A Dcompat.h67 int f_bfree; member
/linux/arch/mips/include/asm/
H A Dcompat.h66 int f_bfree; member
/linux/include/asm-generic/
H A Dcompat.h96 compat_int_t f_bfree; member
/linux/fs/afs/
H A Dsuper.c732 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 Dsuper.c750 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 Dsuper.c455 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 Dcoda.h232 int32_t f_bfree; member
/linux/fs/adfs/
H A Dmap.c214 buf->f_bfree = signed_asl(total, asb->s_map2blk); in adfs_map_statfs()
H A Dsuper.c187 buf->f_ffree = (long)(buf->f_bfree * buf->f_files) / (long)buf->f_blocks; in adfs_statfs()
/linux/fs/coda/
H A Dupcall.c562 sfs->f_bfree = outp->coda_statfs.stat.f_bfree; in venus_statfs()
/linux/fs/xfs/
H A Dxfs_super.c919 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 Dquota.c554 buf->f_bfree = free; in ceph_quota_update_statfs()
/linux/fs/udf/
H A Dsuper.c2439 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 Dsuper.c1769 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 Dsuper.c189 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
/linux/fs/squashfs/
H A Dsuper.c581 buf->f_bfree = buf->f_bavail = 0; in squashfs_statfs()
/linux/fs/nfsd/
H A Dnfsxdr.c560 *p++ = cpu_to_be32(stat->f_bfree); in nfssvc_encode_statfsres()
H A Dnfs3xdr.c1194 p = xdr_encode_hyper(p, bs * s->f_bfree); /* free bytes */ in svcxdr_encode_fsstat3resok()
/linux/fs/erofs/
H A Dsuper.c1084 buf->f_bfree = buf->f_bavail = 0; in erofs_statfs()
/linux/fs/ext4/
H A Dsuper.c6964 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()

12