| /linux/fs/ |
| A D | statfs.c | 134 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() 271 if ((kbuf->f_blocks | kbuf->f_bfree | kbuf->f_bavail | in put_compat_statfs() 287 buf.f_bfree = kbuf->f_bfree; in put_compat_statfs() 334 buf.f_bfree = kbuf->f_bfree; in put_compat_statfs64() 400 tmp.f_tfree = sbuf.f_bfree; in COMPAT_SYSCALL_DEFINE2()
|
| /linux/arch/mips/include/uapi/asm/ |
| A D | statfs.h | 29 long f_bfree; member 52 __u64 f_bfree; member 71 long f_bfree; member 89 __u64 f_bfree; member
|
| /linux/include/uapi/asm-generic/ |
| A D | statfs.h | 27 __statfs_word f_bfree; member 50 __u64 f_bfree; member 73 __u64 f_bfree; member
|
| /linux/arch/s390/include/uapi/asm/ |
| A D | statfs.h | 25 unsigned long f_bfree; member 40 unsigned long long f_bfree; member
|
| /linux/arch/s390/include/asm/ |
| A D | compat.h | 129 u32 f_bfree; member 144 u64 f_bfree; member
|
| /linux/include/linux/ |
| A D | statfs.h | 13 u64 f_bfree; member
|
| /linux/arch/alpha/kernel/ |
| A 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/fs/xfs/ |
| A D | xfs_qm_bhv.c | 31 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot()
|
| A D | xfs_super.c | 809 statp->f_bfree = max_t(int64_t, fdblocks - mp->m_alloc_set_aside, 0); in xfs_fs_statfs() 810 statp->f_bavail = statp->f_bfree; in xfs_fs_statfs() 812 fakeinos = XFS_FSB_TO_INO(mp, statp->f_bfree); in xfs_fs_statfs() 837 statp->f_bavail = statp->f_bfree = in xfs_fs_statfs()
|
| /linux/arch/powerpc/include/asm/ |
| A D | compat.h | 71 int f_bfree; member
|
| /linux/fs/hostfs/ |
| A D | hostfs_kern.c | 201 long long f_bfree; in hostfs_statfs() local 207 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs() 213 sf->f_bfree = f_bfree; in hostfs_statfs()
|
| /linux/arch/sparc/include/asm/ |
| A D | compat.h | 104 int f_bfree; member
|
| /linux/fs/hfs/ |
| A 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/fs/qnx4/ |
| A D | inode.c | 137 buf->f_bfree = qnx4_count_free_blocks(sb); in qnx4_statfs() 138 buf->f_bavail = buf->f_bfree; in qnx4_statfs()
|
| /linux/arch/arm64/include/asm/ |
| A D | compat.h | 92 int f_bfree; member
|
| /linux/arch/x86/include/asm/ |
| A D | compat.h | 81 int f_bfree; member
|
| /linux/arch/mips/include/asm/ |
| A D | compat.h | 85 int f_bfree; member
|
| /linux/arch/parisc/include/asm/ |
| A D | compat.h | 76 s32 f_bfree; member
|
| /linux/fs/afs/ |
| A D | super.c | 738 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success() 764 buf->f_bfree = 0; in afs_statfs()
|
| /linux/fs/qnx6/ |
| A 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()
|
| /linux/fs/freevxfs/ |
| A D | vxfs_super.c | 107 bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free); in vxfs_statfs()
|
| /linux/fs/ext2/ |
| A D | super.c | 1444 buf->f_bfree = ext2_count_free_blocks(sb); in ext2_statfs() 1445 es->s_free_blocks_count = cpu_to_le32(buf->f_bfree); in ext2_statfs() 1446 buf->f_bavail = buf->f_bfree - le32_to_cpu(es->s_r_blocks_count); in ext2_statfs() 1447 if (buf->f_bfree < le32_to_cpu(es->s_r_blocks_count)) in ext2_statfs()
|
| /linux/fs/coda/ |
| A D | inode.c | 301 buf->f_bfree = 9000000; in coda_statfs()
|
| /linux/fs/hfsplus/ |
| A D | super.c | 319 buf->f_bfree = sbi->free_blocks << sbi->fs_shift; in hfsplus_statfs() 320 buf->f_bavail = buf->f_bfree; in hfsplus_statfs()
|
| /linux/fs/efs/ |
| A D | super.c | 339 buf->f_bfree = sbi->data_free; /* free data blocks */ in efs_statfs()
|