Home
last modified time | relevance | path

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

1234

/openbmc/linux/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
/openbmc/linux/include/uapi/asm-generic/
H A Dstatfs.h28 __statfs_word f_bavail; member
51 __u64 f_bavail; member
74 __u64 f_bavail; member
/openbmc/linux/fs/
H A 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()
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dstatfs.h26 unsigned long f_bavail; member
41 unsigned long long f_bavail; member
/openbmc/linux/arch/s390/include/asm/
H A Dcompat.h93 u32 f_bavail; member
108 u64 f_bavail; member
/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.c194 __put_user(host_statfs->f_bavail, &target_statfs->f_bavail); in h2t_freebsd11_statfs()
232 __put_user(host_statfs->f_bavail, &target_statfs->f_bavail); in h2t_freebsd_statfs()
/openbmc/linux/include/linux/
H A Dstatfs.h14 u64 f_bavail; member
/openbmc/linux/arch/x86/include/asm/
H A Dcompat.h68 int f_bavail; member
/openbmc/linux/arch/arm64/include/asm/
H A Dcompat.h76 int f_bavail; member
/openbmc/qemu/hw/9pfs/
H A D9p-proxy.h94 uint64_t f_bavail; member
/openbmc/linux/fs/efivarfs/
H A Dsuper.c64 buf->f_bavail = remaining_space - efivar_reserved_space(); in efivarfs_statfs()
66 buf->f_bavail = 0; in efivarfs_statfs()
/openbmc/linux/arch/alpha/kernel/
H A 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()
/openbmc/linux/fs/xfs/
H A Dxfs_qm_bhv.c31 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot()
/openbmc/linux/fs/cachefiles/
H A Dcache.c102 (unsigned long long) stats.f_bavail); in cachefiles_add_cache()
219 b_avail = stats.f_bavail; in cachefiles_has_space()
/openbmc/linux/arch/mips/include/asm/
H A Dcompat.h69 int f_bavail; member
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h335 int64_t f_bavail; /* free blocks avail to non-superuser */ member
360 int64_t f_bavail; /* free blocks avail to non-superuser */ member
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2108 abi_int f_bavail; member
2125 abi_long f_bavail; member
2144 abi_ullong f_bavail; member
2159 abi_long f_bavail; member
2174 abi_long f_bavail; member
2189 abi_long f_bavail; member
2205 abi_long f_bavail; member
2220 abi_uint f_bavail; member
2235 abi_ullong f_bavail; member
/openbmc/linux/include/asm-generic/
H A Dcompat.h97 compat_int_t f_bavail; member
/openbmc/linux/fs/hostfs/
H A 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()
/openbmc/linux/kernel/
H A Dacct.c134 if (sbuf.f_bavail <= suspend) { in check_free_space()
141 if (sbuf.f_bavail >= resume) { in check_free_space()
/openbmc/qemu/fsdev/
H A Dvirtfs-proxy-helper.c538 pr_stfs->f_bavail = stfs->f_bavail; in statfs_to_prstatfs()
595 pr_stfs.f_bfree, pr_stfs.f_bavail, in do_stat()
/openbmc/linux/fs/freevxfs/
H A Dvxfs_super.c84 bufp->f_bavail = 0; in vxfs_statfs()
/openbmc/linux/fs/afs/
H A Dsuper.c739 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success()
764 buf->f_bavail = 0; in afs_statfs()
/openbmc/linux/fs/coda/
H A Dinode.c303 buf->f_bavail = 9000000; in coda_statfs()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmonitordisk.py208 freeSpace = st.f_bavail * st.f_frsize

1234