Home
last modified time | relevance | path

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

1234

/linux/arch/mips/include/uapi/asm/
A Dstatfs.h32 long f_bavail; member
55 __u64 f_bavail; member
74 long f_bavail; member
92 __u64 f_bavail; member
/linux/fs/
A Dstatfs.c134 if ((st->f_blocks | st->f_bfree | st->f_bavail | in do_statfs_native()
154 buf.f_bavail = st->f_bavail; in do_statfs_native()
178 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 Dstatfs.h28 __statfs_word f_bavail; member
51 __u64 f_bavail; member
74 __u64 f_bavail; member
/linux/fs/cachefiles/
A Ddaemon.c701 stats.f_bavail >>= cache->bshift; in cachefiles_has_space()
713 if (stats.f_bavail > bnr) in cachefiles_has_space()
714 stats.f_bavail -= bnr; in cachefiles_has_space()
716 stats.f_bavail = 0; in cachefiles_has_space()
720 stats.f_bavail < cache->bstop) in cachefiles_has_space()
725 stats.f_bavail < cache->bcull) in cachefiles_has_space()
730 stats.f_bavail >= cache->brun && in cachefiles_has_space()
A Dbind.c168 (unsigned long long) stats.f_bavail); in cachefiles_daemon_add_cache()
/linux/arch/s390/include/uapi/asm/
A Dstatfs.h26 unsigned long f_bavail; member
41 unsigned long long f_bavail; member
/linux/arch/s390/include/asm/
A Dcompat.h130 u32 f_bavail; member
145 u64 f_bavail; member
/linux/include/linux/
A Dstatfs.h14 u64 f_bavail; member
/linux/arch/alpha/kernel/
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/fs/xfs/
A Dxfs_qm_bhv.c31 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot()
/linux/arch/powerpc/include/asm/
A Dcompat.h72 int f_bavail; member
/linux/fs/hostfs/
A Dhostfs_kern.c202 long long f_bavail; in hostfs_statfs() local
207 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs()
214 sf->f_bavail = f_bavail; in hostfs_statfs()
A Dhostfs_user.c401 *bavail_out = buf.f_bavail; in do_statfs()
/linux/arch/sparc/include/asm/
A Dcompat.h105 int f_bavail; member
/linux/arch/arm64/include/asm/
A Dcompat.h93 int f_bavail; member
/linux/arch/x86/include/asm/
A Dcompat.h82 int f_bavail; member
/linux/arch/mips/include/asm/
A Dcompat.h88 int f_bavail; member
/linux/arch/parisc/include/asm/
A Dcompat.h77 s32 f_bavail; member
/linux/kernel/
A Dacct.c114 if (sbuf.f_bavail <= suspend) { in check_free_space()
121 if (sbuf.f_bavail >= resume) { in check_free_space()
/linux/fs/afs/
A Dsuper.c738 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success()
763 buf->f_bavail = 0; in afs_statfs()
/linux/fs/freevxfs/
A Dvxfs_super.c108 bufp->f_bavail = 0; in vxfs_statfs()
/linux/fs/btrfs/
A Dsuper.c2294 buf->f_bavail = div_u64(total_free_data, factor); in btrfs_statfs()
2298 buf->f_bavail += div_u64(total_free_data, factor); in btrfs_statfs()
2299 buf->f_bavail = buf->f_bavail >> bits; in btrfs_statfs()
2325 buf->f_bavail = 0; in btrfs_statfs()
/linux/fs/coda/
A Dinode.c302 buf->f_bavail = 9000000; in coda_statfs()
/linux/fs/efs/
A Dsuper.c340 buf->f_bavail = sbi->data_free; /* free blocks for non-root */ in efs_statfs()
/linux/fs/9p/
A Dvfs_super.c261 buf->f_bavail = rs.bavail; in v9fs_statfs()

Completed in 35 milliseconds

1234