/linux-6.12.1/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-6.12.1/fs/ |
D | statfs.c | 135 if ((st->f_blocks | st->f_bfree | st->f_bavail | in do_statfs_native() 154 buf.f_bfree = st->f_bfree; in do_statfs_native() 178 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.12.1/include/uapi/asm-generic/ |
D | statfs.h | 27 __statfs_word f_bfree; member 50 __u64 f_bfree; member 73 __u64 f_bfree; member
|
/linux-6.12.1/arch/s390/include/uapi/asm/ |
D | statfs.h | 25 unsigned long f_bfree; member 40 unsigned long long f_bfree; member
|
/linux-6.12.1/arch/s390/include/asm/ |
D | compat.h | 92 u32 f_bfree; member 107 u64 f_bfree; member
|
/linux-6.12.1/include/linux/ |
D | statfs.h | 13 u64 f_bfree; member
|
/linux-6.12.1/arch/x86/include/asm/ |
D | compat.h | 67 int f_bfree; member
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | compat.h | 75 int f_bfree; member
|
/linux-6.12.1/arch/alpha/kernel/ |
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.12.1/fs/xfs/ |
D | xfs_qm_bhv.c | 31 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot()
|
/linux-6.12.1/arch/mips/include/asm/ |
D | compat.h | 66 int f_bfree; member
|
/linux-6.12.1/fs/qnx4/ |
D | inode.c | 143 buf->f_bfree = qnx4_count_free_blocks(sb); in qnx4_statfs() 144 buf->f_bavail = buf->f_bfree; in qnx4_statfs()
|
/linux-6.12.1/fs/hfs/ |
D | super.c | 104 buf->f_bfree = (u32)HFS_SB(sb)->free_ablocks * HFS_SB(sb)->fs_div; in hfs_statfs() 105 buf->f_bavail = buf->f_bfree; in hfs_statfs()
|
/linux-6.12.1/fs/hostfs/ |
D | hostfs_kern.c | 203 long long f_bfree; in hostfs_statfs() local 211 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs() 217 sf->f_bfree = f_bfree; in hostfs_statfs()
|
/linux-6.12.1/include/asm-generic/ |
D | compat.h | 96 compat_int_t f_bfree; member
|
/linux-6.12.1/fs/afs/ |
D | super.c | 740 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success() 766 buf->f_bfree = 0; in afs_statfs()
|
/linux-6.12.1/fs/9p/ |
D | vfs_super.c | 231 buf->f_bfree = rs.bfree; in v9fs_statfs()
|
/linux-6.12.1/fs/freevxfs/ |
D | vxfs_super.c | 84 bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free); in vxfs_statfs()
|
/linux-6.12.1/fs/ext2/ |
D | super.c | 1459 buf->f_bfree = ext2_count_free_blocks(sb); in ext2_statfs() 1460 es->s_free_blocks_count = cpu_to_le32(buf->f_bfree); in ext2_statfs() 1461 buf->f_bavail = buf->f_bfree - le32_to_cpu(es->s_r_blocks_count); in ext2_statfs() 1462 if (buf->f_bfree < le32_to_cpu(es->s_r_blocks_count)) in ext2_statfs()
|
/linux-6.12.1/fs/hfsplus/ |
D | super.c | 325 buf->f_bfree = sbi->free_blocks << sbi->fs_shift; in hfsplus_statfs() 326 buf->f_bavail = buf->f_bfree; in hfsplus_statfs()
|
/linux-6.12.1/fs/qnx6/ |
D | inode.c | 165 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.12.1/fs/nilfs2/ |
D | super.c | 664 buf->f_bfree = nfreeblocks; in nilfs_statfs() 665 buf->f_bavail = (buf->f_bfree >= nrsvblocks) ? in nilfs_statfs() 666 (buf->f_bfree - nrsvblocks) : 0; in nilfs_statfs()
|
/linux-6.12.1/fs/zonefs/ |
D | super.c | 455 buf->f_bfree = 0; in zonefs_statfs() 457 buf->f_bfree = buf->f_blocks - sbi->s_used_blocks; in zonefs_statfs() 458 buf->f_bavail = buf->f_bfree; in zonefs_statfs()
|
/linux-6.12.1/fs/minix/ |
D | inode.c | 400 buf->f_bfree = minix_count_free_blocks(sb); in minix_statfs() 401 buf->f_bavail = buf->f_bfree; in minix_statfs()
|
/linux-6.12.1/fs/exfat/ |
D | super.c | 82 buf->f_bfree = buf->f_blocks - sbi->used_clusters; in exfat_statfs() 83 buf->f_bavail = buf->f_bfree; in exfat_statfs()
|