/kernel/linux/linux-5.10/fs/ext4/ |
H A D | xattr.c | 2636 size_t bfree, int *total_ino) in ext4_xattr_make_inode_space() 2663 if (total_size <= bfree && in ext4_xattr_make_inode_space() 2692 bfree -= total_size; in ext4_xattr_make_inode_space() 2709 size_t ifree, bfree; in ext4_expand_extra_isize_ea() local 2761 bfree = ext4_xattr_free_space(BFIRST(bh), &min_offs, base, in ext4_expand_extra_isize_ea() 2764 if (bfree + ifree < isize_diff) { in ext4_expand_extra_isize_ea() 2774 bfree = inode->i_sb->s_blocksize; in ext4_expand_extra_isize_ea() 2778 isize_diff, ifree, bfree, in ext4_expand_extra_isize_ea() 2633 ext4_xattr_make_inode_space(handle_t *handle, struct inode *inode, struct ext4_inode *raw_inode, int isize_diff, size_t ifree, size_t bfree, int *total_ino) ext4_xattr_make_inode_space() argument
|
H A D | super.c | 6199 s64 bfree; in ext4_statfs() local 6208 bfree = percpu_counter_sum_positive(&sbi->s_freeclusters_counter) - in ext4_statfs() 6211 buf->f_bfree = EXT4_C2B(sbi, max_t(s64, bfree, 0)); in ext4_statfs()
|
/kernel/linux/linux-5.10/include/net/9p/ |
H A D | 9p.h | 517 u64 bfree; member
|
/kernel/linux/linux-6.6/include/net/9p/ |
H A D | 9p.h | 524 u64 bfree; member
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | vfs_super.c | 259 buf->f_bfree = rs.bfree; in v9fs_statfs()
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | vfs_super.c | 258 buf->f_bfree = rs.bfree; in v9fs_statfs()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | xattr.c | 2693 size_t bfree, int *total_ino) in ext4_xattr_make_inode_space() 2720 if (total_size <= bfree && in ext4_xattr_make_inode_space() 2749 bfree -= total_size; in ext4_xattr_make_inode_space() 2766 size_t ifree, bfree; in ext4_expand_extra_isize_ea() local 2818 bfree = ext4_xattr_free_space(BFIRST(bh), &min_offs, base, in ext4_expand_extra_isize_ea() 2821 if (bfree + ifree < isize_diff) { in ext4_expand_extra_isize_ea() 2831 bfree = inode->i_sb->s_blocksize; in ext4_expand_extra_isize_ea() 2835 isize_diff, ifree, bfree, in ext4_expand_extra_isize_ea() 2690 ext4_xattr_make_inode_space(handle_t *handle, struct inode *inode, struct ext4_inode *raw_inode, int isize_diff, size_t ifree, size_t bfree, int *total_ino) ext4_xattr_make_inode_space() argument
|
H A D | super.c | 6814 s64 bfree; in ext4_statfs() local 6823 bfree = percpu_counter_sum_positive(&sbi->s_freeclusters_counter) - in ext4_statfs() 6826 buf->f_bfree = EXT4_C2B(sbi, max_t(s64, bfree, 0)); in ext4_statfs()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_sb.c | 892 uint64_t bfree = 0; in xfs_initialize_perag_data() local 914 bfree += pag->pagf_freeblks; in xfs_initialize_perag_data() 919 fdblocks = bfree + bfreelst + btree; in xfs_initialize_perag_data()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_ag.c | 183 uint64_t bfree = 0; in xfs_initialize_perag_data() local 205 bfree += pag->pagf_freeblks; in xfs_initialize_perag_data() 210 fdblocks = bfree + bfreelst + btree; in xfs_initialize_perag_data()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | fuse.h | 242 uint64_t bfree; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | fuse.h | 312 uint64_t bfree; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | fuse.h | 45 uint64_t bfree; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | fuse.h | 45 uint64_t bfree; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | fuse.h | 36 uint64_t bfree; member
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs2xdr.c | 1017 * unsigned bfree; 1034 result->bfree = be32_to_cpup(p++); in decode_info()
|
H A D | proc.c | 548 stat->fbytes = (u64)fsinfo.bfree * fsinfo.bsize; in nfs_proc_statfs()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs2xdr.c | 1017 * unsigned bfree; 1034 result->bfree = be32_to_cpup(p++); in decode_info()
|
H A D | proc.c | 548 stat->fbytes = (u64)fsinfo.bfree * fsinfo.bsize; in nfs_proc_statfs()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | client.c | 1924 &sb->bsize, &sb->blocks, &sb->bfree, &sb->bavail, in p9_client_statfs() 1933 "blocks %llu bfree %llu bavail %llu files %llu ffree %llu " in p9_client_statfs() 1936 sb->blocks, sb->bfree, sb->bavail, sb->files, sb->ffree, in p9_client_statfs()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | client.c | 1892 &sb->bsize, &sb->blocks, &sb->bfree, &sb->bavail, in p9_client_statfs() 1901 "<<< RSTATFS fid %d type 0x%x bsize %u blocks %llu bfree %llu bavail %llu files %llu ffree %llu fsid %llu namelen %u\n", in p9_client_statfs() 1902 fid->fid, sb->type, sb->bsize, sb->blocks, sb->bfree, in p9_client_statfs()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_xdr.h | 172 __u32 bfree; /* No. of free "bsize" blocks */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_xdr.h | 174 __u32 bfree; /* No. of free "bsize" blocks */ member
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | inode.c | 473 stbuf->f_bfree = attr->bfree; in convert_fuse_statfs()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | inode.c | 595 stbuf->f_bfree = attr->bfree; in convert_fuse_statfs()
|