Home
last modified time | relevance | path

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

12

/linux/arch/mips/include/uapi/asm/
H A Dstatfs.h32 long f_bavail; member
55 __u64 f_bavail; member
74 long f_bavail; member
92 __u64 f_bavail; member
/linux/include/uapi/asm-generic/
H A Dstatfs.h28 __statfs_word f_bavail; member
51 __u64 f_bavail; member
74 __u64 f_bavail; member
/linux/arch/s390/include/uapi/asm/
H A Dstatfs.h26 unsigned long f_bavail; member
41 unsigned long long f_bavail; member
/linux/include/linux/
H A Dstatfs.h14 u64 f_bavail; member
/linux/arch/arm64/include/asm/
H A Dcompat.h76 int f_bavail; member
/linux/arch/x86/include/asm/
H A Dcompat.h68 int f_bavail; member
/linux/arch/mips/include/asm/
H A Dcompat.h69 int f_bavail; member
/linux/fs/cachefiles/
H A Dcache.c103 (unsigned long long) stats.f_bavail); in cachefiles_add_cache()
220 b_avail = stats.f_bavail; in cachefiles_has_space()
/linux/include/asm-generic/
H A Dcompat.h97 compat_int_t f_bavail; member
/linux/fs/afs/
H A Dsuper.c732 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success()
757 buf->f_bavail = 0; in afs_statfs()
/linux/fs/btrfs/
H A Dsuper.c1780 buf->f_bavail = div_u64(total_free_data, factor); in btrfs_statfs()
1784 buf->f_bavail += div_u64(total_free_data, factor); in btrfs_statfs()
1785 buf->f_bavail = buf->f_bavail >> bits; in btrfs_statfs()
1811 buf->f_bavail = 0; in btrfs_statfs()
/linux/include/uapi/linux/
H A Dcoda.h233 int32_t f_bavail; member
/linux/fs/adfs/
H A Dmap.c213 buf->f_bavail = in adfs_map_statfs()
/linux/fs/coda/
H A Dupcall.c563 sfs->f_bavail = outp->coda_statfs.stat.f_bavail; in venus_statfs()
/linux/fs/ceph/
H A Dquota.c555 buf->f_bavail = free; in ceph_quota_update_statfs()
/linux/fs/orangefs/
H A Dsuper.c190 buf->f_bavail = (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.c561 *p = cpu_to_be32(stat->f_bavail); in nfssvc_encode_statfsres()
H A Dnfs3xdr.c1195 p = xdr_encode_hyper(p, bs * s->f_bavail); /* user available bytes */ in svcxdr_encode_fsstat3resok()
/linux/fs/erofs/
H A Dsuper.c1084 buf->f_bfree = buf->f_bavail = 0; in erofs_statfs()
/linux/fs/zonefs/
H A Dsuper.c458 buf->f_bavail = buf->f_bfree; in zonefs_statfs()
/linux/fs/gfs2/
H A Dsuper.c983 buf->f_bavail = sc.sc_free; in gfs2_statfs()
/linux/fs/ext4/
H A Dsuper.c6965 buf->f_bavail = min(buf->f_bavail, remaining); in ext4_statfs_project()
7005 buf->f_bavail = buf->f_bfree - in ext4_statfs()
7008 buf->f_bavail = 0; in ext4_statfs()
/linux/fs/ntfs3/
H A Dsuper.c756 buf->f_bavail = buf->f_bfree; in ntfs_statfs()
/linux/fs/smb/client/
H A Dsmb2pdu.c6075 kst->f_bfree = kst->f_bavail = in smb2_copy_fs_info_to_kstatfs()
6088 kst->f_bavail = kst->f_bfree; in copy_posix_fs_info_to_kstatfs()
6090 kst->f_bavail = le64_to_cpu(response_data->UserBlocksAvail); in copy_posix_fs_info_to_kstatfs()

12