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

123

/linux-master/arch/s390/include/uapi/asm/
H A Dstatfs.h26 unsigned long f_bavail; member in struct:statfs
41 unsigned long long f_bavail; member in struct:statfs64
/linux-master/arch/mips/include/uapi/asm/
H A Dstatfs.h32 long f_bavail; member in struct:statfs
55 __u64 f_bavail; member in struct:statfs64
74 long f_bavail; member in struct:statfs64
92 __u64 f_bavail; member in struct:compat_statfs64
/linux-master/include/uapi/asm-generic/
H A Dstatfs.h28 __statfs_word f_bavail; member in struct:statfs
51 __u64 f_bavail; member in struct:statfs64
74 __u64 f_bavail; member in struct:compat_statfs64
/linux-master/include/linux/
H A Dstatfs.h14 u64 f_bavail; member in struct:kstatfs
/linux-master/fs/
H A Dstatfs.c135 if ((st->f_blocks | st->f_bfree | st->f_bavail |
155 buf.f_bavail = st->f_bavail;
179 buf.f_bavail = st->f_bavail;
271 if ((kbuf->f_blocks | kbuf->f_bfree | kbuf->f_bavail |
288 buf.f_bavail = kbuf->f_bavail;
335 buf.f_bavail = kbuf->f_bavail;
[all...]
/linux-master/arch/s390/include/asm/
H A Dcompat.h93 u32 f_bavail; member in struct:compat_statfs
108 u64 f_bavail; member in struct:compat_statfs64
/linux-master/arch/x86/include/asm/
H A Dcompat.h68 int f_bavail; member in struct:compat_statfs
/linux-master/arch/arm64/include/asm/
H A Dcompat.h76 int f_bavail; member in struct:compat_statfs
/linux-master/fs/xfs/
H A Dxfs_qm_bhv.c32 statp->f_bfree = statp->f_bavail =
/linux-master/arch/mips/include/asm/
H A Dcompat.h69 int f_bavail; member in struct:compat_statfs
/linux-master/include/asm-generic/
H A Dcompat.h97 compat_int_t f_bavail; member in struct:compat_statfs
/linux-master/fs/cachefiles/
H A Dcache.c102 (unsigned long long) stats.f_bavail);
219 b_avail = stats.f_bavail;
/linux-master/fs/efivarfs/
H A Dsuper.c95 * In f_bavail we declare the free space that the kernel will allow writing
100 buf->f_bavail = remaining_space - efivar_reserved_space();
102 buf->f_bavail = 0;
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c243 int f_bavail; member in struct:osf_statfs
272 long f_bavail; member in struct:osf_statfs64
315 tmp_stat.f_bavail = linux_stat->f_bavail;
335 tmp_stat.f_bavail = linux_stat->f_bavail;
/linux-master/kernel/
H A Dacct.c134 if (sbuf.f_bavail <= suspend) {
141 if (sbuf.f_bavail >= resume) {
/linux-master/fs/hostfs/
H A Dhostfs_kern.c196 long long f_bavail; local
201 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files,
208 sf->f_bavail = f_bavail;
H A Dhostfs_user.c402 *bavail_out = buf.f_bavail;
/linux-master/fs/freevxfs/
H A Dvxfs_super.c85 bufp->f_bavail = 0;
/linux-master/fs/9p/
H A Dvfs_super.c232 buf->f_bavail = rs.bavail;
/linux-master/fs/afs/
H A Dsuper.c740 buf->f_bavail = buf->f_bfree =
765 buf->f_bavail = 0;
/linux-master/fs/adfs/
H A Dmap.c213 buf->f_bavail =
/linux-master/fs/coda/
H A Dinode.c329 buf->f_bavail = 9000000;
/linux-master/fs/sysv/
H A Dinode.c97 buf->f_bavail = buf->f_bfree = sysv_count_free_blocks(sb);
/linux-master/fs/efs/
H A Dsuper.c395 buf->f_bavail = sbi->data_free; /* free blocks for non-root */
/linux-master/include/uapi/linux/
H A Dcoda.h233 int32_t f_bavail; member in struct:coda_statfs

Completed in 519 milliseconds

123