Searched refs:bfree (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/net/9p/ |
H A D | 9p.h | 524 u64 bfree; member
|
/openbmc/linux/fs/ext4/ |
H A D | xattr.c | 2691 size_t bfree, int *total_ino) in ext4_xattr_make_inode_space() argument 2718 if (total_size <= bfree && in ext4_xattr_make_inode_space() 2747 bfree -= total_size; in ext4_xattr_make_inode_space() 2764 size_t ifree, bfree; in ext4_expand_extra_isize_ea() local 2816 bfree = ext4_xattr_free_space(BFIRST(bh), &min_offs, base, in ext4_expand_extra_isize_ea() 2819 if (bfree + ifree < isize_diff) { in ext4_expand_extra_isize_ea() 2829 bfree = inode->i_sb->s_blocksize; in ext4_expand_extra_isize_ea() 2833 isize_diff, ifree, bfree, in ext4_expand_extra_isize_ea()
|
H A D | super.c | 6840 s64 bfree; in ext4_statfs() local 6849 bfree = percpu_counter_sum_positive(&sbi->s_freeclusters_counter) - in ext4_statfs() 6852 buf->f_bfree = EXT4_C2B(sbi, max_t(s64, bfree, 0)); in ext4_statfs()
|
/openbmc/linux/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()
|
/openbmc/linux/fs/9p/ |
H A D | vfs_super.c | 258 buf->f_bfree = rs.bfree; in v9fs_statfs()
|
/openbmc/linux/include/uapi/linux/ |
H A D | fuse.h | 312 uint64_t bfree; member
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | fuse.h | 317 uint64_t bfree; member
|
/openbmc/linux/fs/nfs/ |
H A D | proc.c | 548 stat->fbytes = (u64)fsinfo.bfree * fsinfo.bsize; in nfs_proc_statfs()
|
H A D | nfs2xdr.c | 1034 result->bfree = be32_to_cpup(p++); in decode_info()
|
/openbmc/linux/net/9p/ |
H A D | client.c | 1904 &sb->bsize, &sb->blocks, &sb->bfree, &sb->bavail, in p9_client_statfs() 1914 fid->fid, sb->type, sb->bsize, sb->blocks, sb->bfree, in p9_client_statfs()
|
/openbmc/linux/include/linux/ |
H A D | nfs_xdr.h | 174 __u32 bfree; /* No. of free "bsize" blocks */ member
|
/openbmc/linux/fs/fuse/ |
H A D | inode.c | 595 stbuf->f_bfree = attr->bfree; in convert_fuse_statfs()
|