Home
last modified time | relevance | path

Searched refs:bfree (Results 1 – 11 of 11) sorted by relevance

/linux/include/net/9p/
H A D9p.h524 u64 bfree; member
/linux/fs/9p/
H A Dvfs_super.c231 buf->f_bfree = rs.bfree; in v9fs_statfs()
/linux/fs/ext4/
H A Dxattr.c2689 size_t bfree, int *total_ino) in ext4_xattr_make_inode_space() argument
2716 if (total_size <= bfree && in ext4_xattr_make_inode_space()
2745 bfree -= total_size; in ext4_xattr_make_inode_space()
2762 size_t ifree, bfree; in ext4_expand_extra_isize_ea() local
2814 bfree = ext4_xattr_free_space(BFIRST(bh), &min_offs, base, in ext4_expand_extra_isize_ea()
2817 if (bfree + ifree < isize_diff) { in ext4_expand_extra_isize_ea()
2827 bfree = inode->i_sb->s_blocksize; in ext4_expand_extra_isize_ea()
2831 isize_diff, ifree, bfree, in ext4_expand_extra_isize_ea()
H A Dsuper.c6783 s64 bfree; in ext4_statfs() local
6792 bfree = percpu_counter_sum_positive(&sbi->s_freeclusters_counter) - in ext4_statfs()
6795 buf->f_bfree = EXT4_C2B(sbi, max_t(s64, bfree, 0)); in ext4_statfs()
/linux/fs/xfs/libxfs/
H A Dxfs_ag.c183 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()
/linux/include/uapi/linux/
H A Dfuse.h318 uint64_t bfree; member
/linux/fs/nfs/
H A Dproc.c549 stat->fbytes = (u64)fsinfo.bfree * fsinfo.bsize; in nfs_proc_statfs()
H A Dnfs2xdr.c1034 result->bfree = be32_to_cpup(p++); in decode_info()
/linux/net/9p/
H A Dclient.c1943 &sb->bsize, &sb->blocks, &sb->bfree, &sb->bavail, in p9_client_statfs()
1953 fid->fid, sb->type, sb->bsize, sb->blocks, sb->bfree, in p9_client_statfs()
/linux/include/linux/
H A Dnfs_xdr.h174 __u32 bfree; /* No. of free "bsize" blocks */ member
/linux/fs/fuse/
H A Dinode.c599 stbuf->f_bfree = attr->bfree; in convert_fuse_statfs()