Searched refs:bfree (Results 1 – 10 of 10) sorted by relevance
/linux/include/net/9p/ |
H A D | 9p.h | 524 u64 bfree; member
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_ag.c | 53 uint64_t bfree = 0; in xfs_initialize_perag_data() local 75 bfree += pag->pagf_freeblks; in xfs_initialize_perag_data() 80 fdblocks = bfree + bfreelst + btree; in xfs_initialize_perag_data()
|
/linux/fs/9p/ |
H A D | vfs_super.c | 233 buf->f_bfree = rs.bfree; in v9fs_statfs()
|
/linux/fs/ext4/ |
H A D | xattr.c | 2685 size_t bfree, int *total_ino) in ext4_xattr_make_inode_space() argument 2712 if (total_size <= bfree && in ext4_xattr_make_inode_space() 2741 bfree -= total_size; in ext4_xattr_make_inode_space() 2758 size_t ifree, bfree; in ext4_expand_extra_isize_ea() local 2806 bfree = ext4_xattr_free_space(BFIRST(bh), &min_offs, base, in ext4_expand_extra_isize_ea() 2809 if (bfree + ifree < isize_diff) { in ext4_expand_extra_isize_ea() 2819 bfree = inode->i_sb->s_blocksize; in ext4_expand_extra_isize_ea() 2823 isize_diff, ifree, bfree, in ext4_expand_extra_isize_ea()
|
H A D | super.c | 6860 s64 bfree; in ext4_statfs() local 6869 bfree = percpu_counter_sum_positive(&sbi->s_freeclusters_counter) - in ext4_statfs() 6872 buf->f_bfree = EXT4_C2B(sbi, max_t(s64, bfree, 0)); in ext4_statfs()
|
/linux/include/uapi/linux/ |
H A D | fuse.h | 336 uint64_t bfree; member
|
/linux/fs/nfs/ |
H A D | nfs2xdr.c | 1013 * unsigned bfree; 1030 result->bfree = be32_to_cpup(p++); in decode_info()
|
/linux/net/9p/ |
H A D | client.c | 1959 &sb->bsize, &sb->blocks, &sb->bfree, &sb->bavail, in p9_client_statfs() 1968 "<<< 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() 1969 fid->fid, sb->type, sb->bsize, sb->blocks, sb->bfree, in p9_client_statfs()
|
/linux/include/linux/ |
H A D | nfs_xdr.h | 177 __u32 bfree; /* No. of free "bsize" blocks */ member
|
/linux/fs/fuse/ |
H A D | inode.c | 634 stbuf->f_bfree = attr->bfree; in convert_fuse_statfs()
|