Home
last modified time | relevance | path

Searched refs:f_bfree (Results 1 – 25 of 72) sorted by relevance

123

/Linux-v5.10/arch/mips/include/uapi/asm/
Dstatfs.h29 long f_bfree; member
52 __u64 f_bfree; member
71 long f_bfree; member
89 __u64 f_bfree; member
/Linux-v5.10/fs/
Dstatfs.c134 if ((st->f_blocks | st->f_bfree | st->f_bavail | in do_statfs_native()
153 buf.f_bfree = st->f_bfree; in do_statfs_native()
177 buf.f_bfree = st->f_bfree; in do_statfs64()
257 tmp.f_tfree = sbuf.f_bfree; in SYSCALL_DEFINE2()
268 if ((kbuf->f_blocks | kbuf->f_bfree | kbuf->f_bavail | in put_compat_statfs()
284 buf.f_bfree = kbuf->f_bfree; in put_compat_statfs()
331 buf.f_bfree = kbuf->f_bfree; in put_compat_statfs64()
397 tmp.f_tfree = sbuf.f_bfree; in COMPAT_SYSCALL_DEFINE2()
/Linux-v5.10/include/uapi/asm-generic/
Dstatfs.h27 __statfs_word f_bfree; member
50 __u64 f_bfree; member
73 __u64 f_bfree; member
/Linux-v5.10/arch/s390/include/uapi/asm/
Dstatfs.h25 unsigned long f_bfree; member
40 unsigned long long f_bfree; member
/Linux-v5.10/include/linux/
Dstatfs.h12 u64 f_bfree; member
/Linux-v5.10/arch/s390/include/asm/
Dcompat.h130 u32 f_bfree; member
145 u64 f_bfree; member
/Linux-v5.10/arch/alpha/kernel/
Dosf_sys.c241 int f_bfree; member
270 long f_bfree; member
313 tmp_stat.f_bfree = linux_stat->f_bfree; in linux_to_osf_statfs()
333 tmp_stat.f_bfree = linux_stat->f_bfree; in linux_to_osf_statfs64()
/Linux-v5.10/fs/xfs/
Dxfs_qm_bhv.c31 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot()
/Linux-v5.10/arch/powerpc/include/asm/
Dcompat.h75 int f_bfree; member
/Linux-v5.10/arch/arm64/include/asm/
Dcompat.h93 int f_bfree; member
/Linux-v5.10/arch/sparc/include/asm/
Dcompat.h105 int f_bfree; member
/Linux-v5.10/fs/hfs/
Dsuper.c103 buf->f_bfree = (u32)HFS_SB(sb)->free_ablocks * HFS_SB(sb)->fs_div; in hfs_statfs()
104 buf->f_bavail = buf->f_bfree; in hfs_statfs()
/Linux-v5.10/fs/qnx4/
Dinode.c137 buf->f_bfree = qnx4_count_free_blocks(sb); in qnx4_statfs()
138 buf->f_bavail = buf->f_bfree; in qnx4_statfs()
/Linux-v5.10/fs/hostfs/
Dhostfs_kern.c200 long long f_bfree; in hostfs_statfs() local
206 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs()
212 sf->f_bfree = f_bfree; in hostfs_statfs()
/Linux-v5.10/arch/mips/include/asm/
Dcompat.h80 int f_bfree; member
/Linux-v5.10/arch/parisc/include/asm/
Dcompat.h77 s32 f_bfree; member
/Linux-v5.10/arch/x86/include/asm/
Dcompat.h82 int f_bfree; member
/Linux-v5.10/fs/coda/
Dinode.c300 buf->f_bfree = 9000000; in coda_statfs()
/Linux-v5.10/fs/freevxfs/
Dvxfs_super.c107 bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free); in vxfs_statfs()
/Linux-v5.10/fs/afs/
Dsuper.c736 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success()
762 buf->f_bfree = 0; in afs_statfs()
/Linux-v5.10/fs/qnx6/
Dinode.c164 buf->f_bfree = fs32_to_cpu(sbi, sbi->sb->sb_free_blocks); in qnx6_statfs()
167 buf->f_bavail = buf->f_bfree; in qnx6_statfs()
/Linux-v5.10/fs/efs/
Dsuper.c339 buf->f_bfree = sbi->data_free; /* free data blocks */ in efs_statfs()
/Linux-v5.10/fs/9p/
Dvfs_super.c259 buf->f_bfree = rs.bfree; in v9fs_statfs()
/Linux-v5.10/fs/hfsplus/
Dsuper.c319 buf->f_bfree = sbi->free_blocks << sbi->fs_shift; in hfsplus_statfs()
320 buf->f_bavail = buf->f_bfree; in hfsplus_statfs()
/Linux-v5.10/fs/ext2/
Dsuper.c1447 buf->f_bfree = ext2_count_free_blocks(sb); in ext2_statfs()
1448 es->s_free_blocks_count = cpu_to_le32(buf->f_bfree); in ext2_statfs()
1449 buf->f_bavail = buf->f_bfree - le32_to_cpu(es->s_r_blocks_count); in ext2_statfs()
1450 if (buf->f_bfree < le32_to_cpu(es->s_r_blocks_count)) in ext2_statfs()

123