| /Linux-v5.4/arch/mips/include/uapi/asm/ |
| D | statfs.h | 32 long f_bavail; member 55 __u64 f_bavail; member 74 long f_bavail; member 92 __u64 f_bavail; member
|
| /Linux-v5.4/fs/ |
| D | statfs.c | 132 if ((st->f_blocks | st->f_bfree | st->f_bavail | in do_statfs_native() 152 buf.f_bavail = st->f_bavail; in do_statfs_native() 176 buf.f_bavail = st->f_bavail; in do_statfs64() 266 if ((kbuf->f_blocks | kbuf->f_bfree | kbuf->f_bavail | in put_compat_statfs() 283 buf.f_bavail = kbuf->f_bavail; in put_compat_statfs() 330 buf.f_bavail = kbuf->f_bavail; in put_compat_statfs64()
|
| /Linux-v5.4/include/uapi/asm-generic/ |
| D | statfs.h | 28 __statfs_word f_bavail; member 51 __u64 f_bavail; member 74 __u64 f_bavail; member
|
| /Linux-v5.4/arch/s390/include/uapi/asm/ |
| D | statfs.h | 26 unsigned long f_bavail; member 41 unsigned long long f_bavail; member
|
| /Linux-v5.4/fs/cachefiles/ |
| D | daemon.c | 701 stats.f_bavail >>= cache->bshift; in cachefiles_has_space() 713 if (stats.f_bavail > bnr) in cachefiles_has_space() 714 stats.f_bavail -= bnr; in cachefiles_has_space() 716 stats.f_bavail = 0; in cachefiles_has_space() 720 stats.f_bavail < cache->bstop) in cachefiles_has_space() 725 stats.f_bavail < cache->bcull) in cachefiles_has_space() 730 stats.f_bavail >= cache->brun && in cachefiles_has_space()
|
| D | bind.c | 164 (unsigned long long) stats.f_bavail); in cachefiles_daemon_add_cache()
|
| /Linux-v5.4/include/linux/ |
| D | statfs.h | 13 u64 f_bavail; member
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | compat.h | 133 u32 f_bavail; member 148 u64 f_bavail; member
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_qm_bhv.c | 31 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot()
|
| /Linux-v5.4/arch/alpha/kernel/ |
| D | osf_sys.c | 242 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-v5.4/arch/powerpc/include/asm/ |
| D | compat.h | 78 int f_bavail; member
|
| /Linux-v5.4/fs/hostfs/ |
| D | hostfs_kern.c | 203 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()
|
| D | hostfs_user.c | 401 *bavail_out = buf.f_bavail; in do_statfs()
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | compat.h | 107 int f_bavail; member
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | compat.h | 95 int f_bavail; member
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | compat.h | 80 s32 f_bavail; member
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | compat.h | 85 int f_bavail; member
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | compat.h | 85 int f_bavail; member
|
| /Linux-v5.4/kernel/ |
| D | acct.c | 115 if (sbuf.f_bavail <= suspend) { in check_free_space() 122 if (sbuf.f_bavail >= resume) { in check_free_space()
|
| /Linux-v5.4/fs/coda/ |
| D | inode.c | 301 buf->f_bavail = 9000000; in coda_statfs()
|
| /Linux-v5.4/fs/freevxfs/ |
| D | vxfs_super.c | 108 bufp->f_bavail = 0; in vxfs_statfs()
|
| /Linux-v5.4/fs/afs/ |
| D | super.c | 736 buf->f_bavail = 0; in afs_statfs() 764 buf->f_bavail = buf->f_bfree = buf->f_blocks - vs.blocks_in_use; in afs_statfs()
|
| /Linux-v5.4/fs/9p/ |
| D | vfs_super.c | 258 buf->f_bavail = rs.bavail; in v9fs_statfs()
|
| /Linux-v5.4/fs/btrfs/ |
| D | super.c | 2083 buf->f_bavail = div_u64(total_free_data, factor); in btrfs_statfs() 2087 buf->f_bavail += div_u64(total_free_data, factor); in btrfs_statfs() 2088 buf->f_bavail = buf->f_bavail >> bits; in btrfs_statfs() 2106 buf->f_bavail = 0; in btrfs_statfs()
|
| /Linux-v5.4/fs/efs/ |
| D | super.c | 339 buf->f_bavail = sbi->data_free; /* free blocks for non-root */ in efs_statfs()
|