/Linux-v4.19/arch/mips/include/uapi/asm/ |
D | statfs.h | 29 long f_bfree; member 52 __u64 f_bfree; member 71 long f_bfree; member 89 __u64 f_bfree; member
|
/Linux-v4.19/fs/ |
D | statfs.c | 118 if ((st->f_blocks | st->f_bfree | st->f_bavail | in do_statfs_native() 137 buf.f_bfree = st->f_bfree; in do_statfs_native() 161 buf.f_bfree = st->f_bfree; in do_statfs64() 241 tmp.f_tfree = sbuf.f_bfree; in SYSCALL_DEFINE2() 252 if ((kbuf->f_blocks | kbuf->f_bfree | kbuf->f_bavail | in put_compat_statfs() 268 buf.f_bfree = kbuf->f_bfree; in put_compat_statfs() 324 buf.f_bfree = kbuf->f_bfree; in put_compat_statfs64() 390 tmp.f_tfree = sbuf.f_bfree; in COMPAT_SYSCALL_DEFINE2()
|
/Linux-v4.19/include/uapi/asm-generic/ |
D | statfs.h | 27 __statfs_word f_bfree; member 50 __u64 f_bfree; member 73 __u64 f_bfree; member
|
/Linux-v4.19/arch/s390/include/uapi/asm/ |
D | statfs.h | 25 unsigned long f_bfree; member 40 unsigned long long f_bfree; member
|
/Linux-v4.19/include/linux/ |
D | statfs.h | 12 u64 f_bfree; member
|
/Linux-v4.19/arch/s390/include/asm/ |
D | compat.h | 146 u32 f_bfree; member 161 u64 f_bfree; member
|
/Linux-v4.19/fs/xfs/ |
D | xfs_qm_bhv.c | 31 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot()
|
/Linux-v4.19/arch/alpha/kernel/ |
D | osf_sys.c | 241 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-v4.19/fs/qnx4/ |
D | inode.c | 136 buf->f_bfree = qnx4_count_free_blocks(sb); in qnx4_statfs() 137 buf->f_bavail = buf->f_bfree; in qnx4_statfs()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | compat.h | 91 int f_bfree; member
|
/Linux-v4.19/fs/hostfs/ |
D | hostfs_kern.c | 202 long long f_bfree; in hostfs_statfs() local 208 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs() 214 sf->f_bfree = f_bfree; in hostfs_statfs()
|
/Linux-v4.19/fs/hfs/ |
D | super.c | 103 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-v4.19/arch/sparc/include/asm/ |
D | compat.h | 121 int f_bfree; member
|
/Linux-v4.19/arch/mips/include/asm/ |
D | compat.h | 100 int f_bfree; member
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | compat.h | 93 s32 f_bfree; member
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | compat.h | 122 int f_bfree; member
|
/Linux-v4.19/arch/x86/include/asm/ |
D | compat.h | 99 int f_bfree; member
|
/Linux-v4.19/fs/adfs/ |
D | super.c | 232 buf->f_bfree = adfs_map_free(sb); in adfs_statfs() 233 buf->f_ffree = (long)(buf->f_bfree * buf->f_files) / (long)buf->f_blocks; in adfs_statfs()
|
/Linux-v4.19/fs/freevxfs/ |
D | vxfs_super.c | 107 bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free); in vxfs_statfs()
|
/Linux-v4.19/fs/afs/ |
D | super.c | 695 buf->f_bfree = 0; in afs_statfs() 723 buf->f_bavail = buf->f_bfree = buf->f_blocks - vs.blocks_in_use; in afs_statfs()
|
/Linux-v4.19/fs/coda/ |
D | inode.c | 302 buf->f_bfree = 9000000; in coda_statfs()
|
/Linux-v4.19/fs/9p/ |
D | vfs_super.c | 268 buf->f_bfree = rs.bfree; in v9fs_statfs()
|
/Linux-v4.19/fs/ceph/ |
D | quota.c | 351 buf->f_bfree = free; in ceph_quota_update_statfs()
|
/Linux-v4.19/fs/hfsplus/ |
D | super.c | 318 buf->f_bfree = sbi->free_blocks << sbi->fs_shift; in hfsplus_statfs() 319 buf->f_bavail = buf->f_bfree; in hfsplus_statfs()
|
/Linux-v4.19/fs/qnx6/ |
D | inode.c | 164 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()
|