Home
last modified time | relevance | path

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

123

/linux-6.15/arch/mips/include/uapi/asm/
H A Dstatfs.h29 long f_bfree; member
52 __u64 f_bfree; member
71 long f_bfree; member
89 __u64 f_bfree; member
/linux-6.15/fs/
H A Dstatfs.c133 if ((st->f_blocks | st->f_bfree | st->f_bavail | in do_statfs_native()
152 buf.f_bfree = st->f_bfree; in do_statfs_native()
176 buf.f_bfree = st->f_bfree; in do_statfs64()
255 tmp.f_tfree = sbuf.f_bfree; in SYSCALL_DEFINE2()
269 if ((kbuf->f_blocks | kbuf->f_bfree | kbuf->f_bavail | in put_compat_statfs()
285 buf.f_bfree = kbuf->f_bfree; in put_compat_statfs()
332 buf.f_bfree = kbuf->f_bfree; in put_compat_statfs64()
398 tmp.f_tfree = sbuf.f_bfree; in COMPAT_SYSCALL_DEFINE2()
/linux-6.15/include/uapi/asm-generic/
H A Dstatfs.h27 __statfs_word f_bfree; member
50 __u64 f_bfree; member
73 __u64 f_bfree; member
/linux-6.15/arch/s390/include/uapi/asm/
H A Dstatfs.h25 unsigned long f_bfree; member
40 unsigned long long f_bfree; member
/linux-6.15/arch/s390/include/asm/
H A Dcompat.h92 u32 f_bfree; member
107 u64 f_bfree; member
/linux-6.15/fs/xfs/
H A Dxfs_qm_bhv.c42 statp->f_bfree = min(statp->f_bfree, remaining); in xfs_fill_statvfs_from_dquot()
/linux-6.15/include/linux/
H A Dstatfs.h13 u64 f_bfree; member
/linux-6.15/arch/x86/include/asm/
H A Dcompat.h67 int f_bfree; member
/linux-6.15/arch/arm64/include/asm/
H A Dcompat.h75 int f_bfree; member
/linux-6.15/arch/alpha/kernel/
H A 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-6.15/arch/mips/include/asm/
H A Dcompat.h66 int f_bfree; member
/linux-6.15/fs/qnx4/
H A Dinode.c143 buf->f_bfree = qnx4_count_free_blocks(sb); in qnx4_statfs()
144 buf->f_bavail = buf->f_bfree; in qnx4_statfs()
/linux-6.15/fs/hfs/
H A Dsuper.c105 buf->f_bfree = (u32)HFS_SB(sb)->free_ablocks * HFS_SB(sb)->fs_div; in hfs_statfs()
106 buf->f_bavail = buf->f_bfree; in hfs_statfs()
/linux-6.15/include/asm-generic/
H A Dcompat.h96 compat_int_t f_bfree; member
/linux-6.15/fs/hostfs/
H A Dhostfs_kern.c190 long long f_bfree; in hostfs_statfs() local
198 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs()
204 sf->f_bfree = f_bfree; in hostfs_statfs()
/linux-6.15/fs/freevxfs/
H A Dvxfs_super.c84 bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free); in vxfs_statfs()
/linux-6.15/fs/9p/
H A Dvfs_super.c231 buf->f_bfree = rs.bfree; in v9fs_statfs()
/linux-6.15/fs/afs/
H A Dsuper.c731 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success()
757 buf->f_bfree = 0; in afs_statfs()
/linux-6.15/fs/qnx6/
H A Dinode.c165 buf->f_bfree = fs32_to_cpu(sbi, sbi->sb->sb_free_blocks); in qnx6_statfs()
168 buf->f_bavail = buf->f_bfree; in qnx6_statfs()
/linux-6.15/fs/hfsplus/
H A Dsuper.c326 buf->f_bfree = sbi->free_blocks << sbi->fs_shift; in hfsplus_statfs()
327 buf->f_bavail = buf->f_bfree; in hfsplus_statfs()
/linux-6.15/fs/nilfs2/
H A Dsuper.c670 buf->f_bfree = nfreeblocks; in nilfs_statfs()
671 buf->f_bavail = (buf->f_bfree >= nrsvblocks) ? in nilfs_statfs()
672 (buf->f_bfree - nrsvblocks) : 0; in nilfs_statfs()
/linux-6.15/fs/efs/
H A Dsuper.c357 buf->f_bfree = sbi->data_free; /* free data blocks */ in efs_statfs()
/linux-6.15/fs/coda/
H A Dinode.c345 buf->f_bfree = 9000000; in coda_statfs()
/linux-6.15/fs/minix/
H A Dinode.c400 buf->f_bfree = minix_count_free_blocks(sb); in minix_statfs()
401 buf->f_bavail = buf->f_bfree; in minix_statfs()
/linux-6.15/fs/exfat/
H A Dsuper.c73 buf->f_bfree = buf->f_blocks - sbi->used_clusters; in exfat_statfs()
74 buf->f_bavail = buf->f_bfree; in exfat_statfs()

123