Home
last modified time | relevance | path

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

123

/Linux-v6.6/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-v6.6/fs/
Dstatfs.c135 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-v6.6/include/uapi/asm-generic/
Dstatfs.h28 __statfs_word f_bavail; member
51 __u64 f_bavail; member
74 __u64 f_bavail; member
/Linux-v6.6/arch/s390/include/uapi/asm/
Dstatfs.h26 unsigned long f_bavail; member
41 unsigned long long f_bavail; member
/Linux-v6.6/arch/s390/include/asm/
Dcompat.h93 u32 f_bavail; member
108 u64 f_bavail; member
/Linux-v6.6/include/linux/
Dstatfs.h14 u64 f_bavail; member
/Linux-v6.6/fs/efivarfs/
Dsuper.c63 buf->f_bavail = remaining_space - efivar_reserved_space(); in efivarfs_statfs()
65 buf->f_bavail = 0; in efivarfs_statfs()
/Linux-v6.6/arch/x86/include/asm/
Dcompat.h68 int f_bavail; member
/Linux-v6.6/arch/arm64/include/asm/
Dcompat.h76 int f_bavail; member
/Linux-v6.6/arch/alpha/kernel/
Dosf_sys.c243 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-v6.6/fs/xfs/
Dxfs_qm_bhv.c31 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot()
/Linux-v6.6/fs/cachefiles/
Dcache.c102 (unsigned long long) stats.f_bavail); in cachefiles_add_cache()
217 b_avail = stats.f_bavail; in cachefiles_has_space()
/Linux-v6.6/arch/mips/include/asm/
Dcompat.h69 int f_bavail; member
/Linux-v6.6/include/asm-generic/
Dcompat.h97 compat_int_t f_bavail; member
/Linux-v6.6/fs/hostfs/
Dhostfs_kern.c196 long long f_bavail; in hostfs_statfs() local
201 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs()
208 sf->f_bavail = f_bavail; in hostfs_statfs()
Dhostfs_user.c402 *bavail_out = buf.f_bavail; in do_statfs()
/Linux-v6.6/kernel/
Dacct.c134 if (sbuf.f_bavail <= suspend) { in check_free_space()
141 if (sbuf.f_bavail >= resume) { in check_free_space()
/Linux-v6.6/fs/freevxfs/
Dvxfs_super.c84 bufp->f_bavail = 0; in vxfs_statfs()
/Linux-v6.6/fs/afs/
Dsuper.c737 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success()
762 buf->f_bavail = 0; in afs_statfs()
/Linux-v6.6/fs/coda/
Dinode.c303 buf->f_bavail = 9000000; in coda_statfs()
/Linux-v6.6/fs/9p/
Dvfs_super.c259 buf->f_bavail = rs.bavail; in v9fs_statfs()
/Linux-v6.6/fs/efs/
Dsuper.c340 buf->f_bavail = sbi->data_free; /* free blocks for non-root */ in efs_statfs()
/Linux-v6.6/fs/btrfs/
Dsuper.c2090 buf->f_bavail = div_u64(total_free_data, factor); in btrfs_statfs()
2094 buf->f_bavail += div_u64(total_free_data, factor); in btrfs_statfs()
2095 buf->f_bavail = buf->f_bavail >> bits; in btrfs_statfs()
2121 buf->f_bavail = 0; in btrfs_statfs()
/Linux-v6.6/fs/sysv/
Dinode.c97 buf->f_bavail = buf->f_bfree = sysv_count_free_blocks(sb); in sysv_statfs()
/Linux-v6.6/fs/adfs/
Dmap.c213 buf->f_bavail = in adfs_map_statfs()

123