Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/mips/include/uapi/asm/
Dstatfs.h32 long f_bavail; member
55 __u64 f_bavail; member
74 long f_bavail; member
92 __u64 f_bavail; member
/Linux-v4.19/fs/
Dstatfs.c118 if ((st->f_blocks | st->f_bfree | st->f_bavail | in do_statfs_native()
138 buf.f_bavail = st->f_bavail; in do_statfs_native()
162 buf.f_bavail = st->f_bavail; in do_statfs64()
252 if ((kbuf->f_blocks | kbuf->f_bfree | kbuf->f_bavail | in put_compat_statfs()
269 buf.f_bavail = kbuf->f_bavail; in put_compat_statfs()
325 buf.f_bavail = kbuf->f_bavail; in put_compat_statfs64()
/Linux-v4.19/include/uapi/asm-generic/
Dstatfs.h28 __statfs_word f_bavail; member
51 __u64 f_bavail; member
74 __u64 f_bavail; member
/Linux-v4.19/arch/s390/include/uapi/asm/
Dstatfs.h26 unsigned long f_bavail; member
41 unsigned long long f_bavail; member
/Linux-v4.19/fs/cachefiles/
Ddaemon.c705 stats.f_bavail >>= cache->bshift; in cachefiles_has_space()
717 if (stats.f_bavail > bnr) in cachefiles_has_space()
718 stats.f_bavail -= bnr; in cachefiles_has_space()
720 stats.f_bavail = 0; in cachefiles_has_space()
724 stats.f_bavail < cache->bstop) in cachefiles_has_space()
729 stats.f_bavail < cache->bcull) in cachefiles_has_space()
734 stats.f_bavail >= cache->brun && in cachefiles_has_space()
Dbind.c168 (unsigned long long) stats.f_bavail); in cachefiles_daemon_add_cache()
/Linux-v4.19/include/linux/
Dstatfs.h13 u64 f_bavail; member
/Linux-v4.19/arch/s390/include/asm/
Dcompat.h147 u32 f_bavail; member
162 u64 f_bavail; member
/Linux-v4.19/fs/xfs/
Dxfs_qm_bhv.c31 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot()
/Linux-v4.19/arch/alpha/kernel/
Dosf_sys.c242 int f_bavail; member
271 long f_bavail; member
314 tmp_stat.f_bavail = linux_stat->f_bavail; in linux_to_osf_statfs()
334 tmp_stat.f_bavail = linux_stat->f_bavail; in linux_to_osf_statfs64()
/Linux-v4.19/arch/powerpc/include/asm/
Dcompat.h92 int f_bavail; member
/Linux-v4.19/fs/hostfs/
Dhostfs_kern.c203 long long f_bavail; in hostfs_statfs() local
208 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs()
215 sf->f_bavail = f_bavail; in hostfs_statfs()
/Linux-v4.19/arch/sparc/include/asm/
Dcompat.h122 int f_bavail; member
/Linux-v4.19/arch/mips/include/asm/
Dcompat.h103 int f_bavail; member
/Linux-v4.19/arch/parisc/include/asm/
Dcompat.h94 s32 f_bavail; member
/Linux-v4.19/arch/arm64/include/asm/
Dcompat.h123 int f_bavail; member
/Linux-v4.19/kernel/
Dacct.c115 if (sbuf.f_bavail <= suspend) { in check_free_space()
122 if (sbuf.f_bavail >= resume) { in check_free_space()
/Linux-v4.19/arch/x86/include/asm/
Dcompat.h100 int f_bavail; member
/Linux-v4.19/fs/freevxfs/
Dvxfs_super.c108 bufp->f_bavail = 0; in vxfs_statfs()
/Linux-v4.19/fs/afs/
Dsuper.c694 buf->f_bavail = 0; in afs_statfs()
723 buf->f_bavail = buf->f_bfree = buf->f_blocks - vs.blocks_in_use; in afs_statfs()
/Linux-v4.19/fs/coda/
Dinode.c303 buf->f_bavail = 9000000; in coda_statfs()
/Linux-v4.19/fs/9p/
Dvfs_super.c269 buf->f_bavail = rs.bavail; in v9fs_statfs()
/Linux-v4.19/fs/ceph/
Dquota.c352 buf->f_bavail = free; in ceph_quota_update_statfs()
/Linux-v4.19/fs/btrfs/
Dsuper.c2145 buf->f_bavail = div_u64(total_free_data, factor); in btrfs_statfs()
2149 buf->f_bavail += div_u64(total_free_data, factor); in btrfs_statfs()
2150 buf->f_bavail = buf->f_bavail >> bits; in btrfs_statfs()
2168 buf->f_bavail = 0; in btrfs_statfs()
/Linux-v4.19/fs/efs/
Dsuper.c343 buf->f_bavail = sbi->data_free; /* free blocks for non-root */ in efs_statfs()

123