Home
last modified time | relevance | path

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

123

/linux-6.15/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-6.15/fs/
H A Dstatfs.c133 if ((st->f_blocks | st->f_bfree | st->f_bavail | in do_statfs_native()
153 buf.f_bavail = st->f_bavail; in do_statfs_native()
177 buf.f_bavail = st->f_bavail; in do_statfs64()
269 if ((kbuf->f_blocks | kbuf->f_bfree | kbuf->f_bavail | in put_compat_statfs()
286 buf.f_bavail = kbuf->f_bavail; in put_compat_statfs()
333 buf.f_bavail = kbuf->f_bavail; in put_compat_statfs64()
/linux-6.15/include/uapi/asm-generic/
H A Dstatfs.h28 __statfs_word f_bavail; member
51 __u64 f_bavail; member
74 __u64 f_bavail; member
/linux-6.15/arch/s390/include/uapi/asm/
H A Dstatfs.h26 unsigned long f_bavail; member
41 unsigned long long f_bavail; member
/linux-6.15/arch/s390/include/asm/
H A Dcompat.h93 u32 f_bavail; member
108 u64 f_bavail; member
/linux-6.15/include/linux/
H A Dstatfs.h14 u64 f_bavail; member
/linux-6.15/arch/x86/include/asm/
H A Dcompat.h68 int f_bavail; member
/linux-6.15/arch/arm64/include/asm/
H A Dcompat.h76 int f_bavail; member
/linux-6.15/arch/alpha/kernel/
H A 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-6.15/arch/mips/include/asm/
H A Dcompat.h69 int f_bavail; member
/linux-6.15/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-6.15/include/asm-generic/
H A Dcompat.h97 compat_int_t f_bavail; member
/linux-6.15/fs/hostfs/
H A Dhostfs_kern.c191 long long f_bavail; in hostfs_statfs() local
198 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs()
205 sf->f_bavail = f_bavail; in hostfs_statfs()
H A Dhostfs_user.c412 *bavail_out = buf.f_bavail; in do_statfs()
/linux-6.15/kernel/
H A Dacct.c136 if (sbuf.f_bavail <= suspend) { in check_free_space()
143 if (sbuf.f_bavail >= resume) { in check_free_space()
/linux-6.15/fs/efivarfs/
H A Dsuper.c116 buf->f_bavail = remaining_space - efivar_reserved_space(); in efivarfs_statfs()
118 buf->f_bavail = 0; in efivarfs_statfs()
/linux-6.15/fs/freevxfs/
H A Dvxfs_super.c85 bufp->f_bavail = 0; in vxfs_statfs()
/linux-6.15/fs/9p/
H A Dvfs_super.c232 buf->f_bavail = rs.bavail; in v9fs_statfs()
/linux-6.15/fs/afs/
H A Dsuper.c731 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success()
756 buf->f_bavail = 0; in afs_statfs()
/linux-6.15/fs/efs/
H A Dsuper.c358 buf->f_bavail = sbi->data_free; /* free blocks for non-root */ in efs_statfs()
/linux-6.15/fs/coda/
H A Dinode.c346 buf->f_bavail = 9000000; in coda_statfs()
/linux-6.15/fs/btrfs/
H A Dsuper.c1775 buf->f_bavail = div_u64(total_free_data, factor); in btrfs_statfs()
1779 buf->f_bavail += div_u64(total_free_data, factor); in btrfs_statfs()
1780 buf->f_bavail = buf->f_bavail >> bits; in btrfs_statfs()
1806 buf->f_bavail = 0; in btrfs_statfs()
/linux-6.15/fs/adfs/
H A Dmap.c213 buf->f_bavail = in adfs_map_statfs()
/linux-6.15/include/uapi/linux/
H A Dcoda.h233 int32_t f_bavail; member
/linux-6.15/fs/qnx4/
H A Dinode.c144 buf->f_bavail = buf->f_bfree; in qnx4_statfs()

123