| /linux/arch/mips/include/uapi/asm/ |
| A D | statfs.h | 32 long f_bavail; member 55 __u64 f_bavail; member 74 long f_bavail; member 92 __u64 f_bavail; member
|
| /linux/fs/ |
| A D | statfs.c | 135 if ((st->f_blocks | st->f_bfree | st->f_bavail | in do_statfs_native() 155 buf.f_bavail = st->f_bavail; in do_statfs_native() 179 buf.f_bavail = st->f_bavail; in do_statfs64() 271 if ((kbuf->f_blocks | kbuf->f_bfree | kbuf->f_bavail | in put_compat_statfs() 288 buf.f_bavail = kbuf->f_bavail; in put_compat_statfs() 335 buf.f_bavail = kbuf->f_bavail; in put_compat_statfs64()
|
| /linux/include/uapi/asm-generic/ |
| A D | statfs.h | 28 __statfs_word f_bavail; member 51 __u64 f_bavail; member 74 __u64 f_bavail; member
|
| /linux/arch/s390/include/uapi/asm/ |
| A D | statfs.h | 26 unsigned long f_bavail; member 41 unsigned long long f_bavail; member
|
| /linux/arch/s390/include/asm/ |
| A D | compat.h | 93 u32 f_bavail; member 108 u64 f_bavail; member
|
| /linux/include/linux/ |
| A D | statfs.h | 14 u64 f_bavail; member
|
| /linux/arch/x86/include/asm/ |
| A D | compat.h | 68 int f_bavail; member
|
| /linux/arch/arm64/include/asm/ |
| A D | compat.h | 76 int f_bavail; member
|
| /linux/arch/alpha/kernel/ |
| A D | osf_sys.c | 243 int f_bavail; member 272 long f_bavail; member 315 tmp_stat.f_bavail = linux_stat->f_bavail; in linux_to_osf_statfs() 335 tmp_stat.f_bavail = linux_stat->f_bavail; in linux_to_osf_statfs64()
|
| /linux/fs/xfs/ |
| A D | xfs_qm_bhv.c | 31 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot()
|
| /linux/arch/mips/include/asm/ |
| A D | compat.h | 69 int f_bavail; member
|
| /linux/fs/cachefiles/ |
| A D | cache.c | 103 (unsigned long long) stats.f_bavail); in cachefiles_add_cache() 220 b_avail = stats.f_bavail; in cachefiles_has_space()
|
| /linux/fs/efivarfs/ |
| A D | super.c | 100 buf->f_bavail = remaining_space - efivar_reserved_space(); in efivarfs_statfs() 102 buf->f_bavail = 0; in efivarfs_statfs()
|
| /linux/include/asm-generic/ |
| A D | compat.h | 97 compat_int_t f_bavail; member
|
| /linux/fs/hostfs/ |
| A D | hostfs_kern.c | 204 long long f_bavail; in hostfs_statfs() local 211 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs() 218 sf->f_bavail = f_bavail; in hostfs_statfs()
|
| A D | hostfs_user.c | 403 *bavail_out = buf.f_bavail; in do_statfs()
|
| /linux/kernel/ |
| A D | acct.c | 133 if (sbuf.f_bavail <= suspend) { in check_free_space() 140 if (sbuf.f_bavail >= resume) { in check_free_space()
|
| /linux/fs/9p/ |
| A D | vfs_super.c | 232 buf->f_bavail = rs.bavail; in v9fs_statfs()
|
| /linux/fs/freevxfs/ |
| A D | vxfs_super.c | 85 bufp->f_bavail = 0; in vxfs_statfs()
|
| /linux/fs/afs/ |
| A D | super.c | 740 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success() 765 buf->f_bavail = 0; in afs_statfs()
|
| /linux/fs/coda/ |
| A D | inode.c | 346 buf->f_bavail = 9000000; in coda_statfs()
|
| /linux/fs/efs/ |
| A D | super.c | 395 buf->f_bavail = sbi->data_free; /* free blocks for non-root */ in efs_statfs()
|
| /linux/fs/btrfs/ |
| A D | super.c | 1774 buf->f_bavail = div_u64(total_free_data, factor); in btrfs_statfs() 1778 buf->f_bavail += div_u64(total_free_data, factor); in btrfs_statfs() 1779 buf->f_bavail = buf->f_bavail >> bits; in btrfs_statfs() 1805 buf->f_bavail = 0; in btrfs_statfs()
|
| /linux/fs/adfs/ |
| A D | map.c | 213 buf->f_bavail = in adfs_map_statfs()
|
| /linux/fs/sysv/ |
| A D | inode.c | 97 buf->f_bavail = buf->f_bfree = sysv_count_free_blocks(sb); in sysv_statfs()
|