/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/arch/s390/include/uapi/asm/ |
A D | statfs.h | 25 unsigned long f_bfree; member 40 unsigned long long f_bfree; member
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | compat.h | 92 u32 f_bfree; member 107 u64 f_bfree; member
|
/linux-6.3-rc2/include/linux/ |
A D | statfs.h | 13 u64 f_bfree; member
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | compat.h | 75 int f_bfree; member
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | compat.h | 67 int f_bfree; member
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | osf_sys.c | 242 int f_bfree; member 271 long f_bfree; member 314 tmp_stat.f_bfree = linux_stat->f_bfree; in linux_to_osf_statfs() 334 tmp_stat.f_bfree = linux_stat->f_bfree; in linux_to_osf_statfs64()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_qm_bhv.c | 31 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot()
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | compat.h | 66 int f_bfree; member
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/fs/hostfs/ |
A 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()
|
A D | hostfs_user.c | 400 *bfree_out = buf.f_bfree; in do_statfs()
|
/linux-6.3-rc2/include/asm-generic/ |
A D | compat.h | 96 compat_int_t f_bfree; member
|
/linux-6.3-rc2/fs/freevxfs/ |
A D | vxfs_super.c | 83 bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free); in vxfs_statfs()
|
/linux-6.3-rc2/fs/afs/ |
A D | super.c | 737 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success() 763 buf->f_bfree = 0; in afs_statfs()
|
/linux-6.3-rc2/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-6.3-rc2/fs/coda/ |
A D | inode.c | 301 buf->f_bfree = 9000000; in coda_statfs()
|
/linux-6.3-rc2/fs/efs/ |
A D | super.c | 339 buf->f_bfree = sbi->data_free; /* free data blocks */ in efs_statfs()
|
/linux-6.3-rc2/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-6.3-rc2/fs/9p/ |
A D | vfs_super.c | 260 buf->f_bfree = rs.bfree; in v9fs_statfs()
|
/linux-6.3-rc2/fs/exfat/ |
A D | super.c | 91 buf->f_bfree = buf->f_blocks - sbi->used_clusters; in exfat_statfs() 92 buf->f_bavail = buf->f_bfree; in exfat_statfs()
|
/linux-6.3-rc2/fs/minix/ |
A D | inode.c | 381 buf->f_bfree = minix_count_free_blocks(sb); in minix_statfs() 382 buf->f_bavail = buf->f_bfree; in minix_statfs()
|