Home
last modified time | relevance | path

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

/linux/include/net/9p/
H A D9p.h524 u64 bfree; member
/linux/fs/xfs/libxfs/
H A Dxfs_ag.c53 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 Dvfs_super.c210 buf->f_bfree = rs.bfree; in v9fs_statfs()
/linux/include/uapi/linux/
H A Dfuse.h341 uint64_t bfree; member
/linux/fs/nfs/
H A Dproc.c554 stat->fbytes = (u64)fsinfo.bfree * fsinfo.bsize; in nfs_proc_statfs()
H A Dnfs2xdr.c1030 result->bfree = be32_to_cpup(p++); in decode_info()
/linux/net/9p/
H A Dclient.c1836 &sb->bsize, &sb->blocks, &sb->bfree, &sb->bavail, in p9_client_statfs()
1846 fid->fid, sb->type, sb->bsize, sb->blocks, sb->bfree, in p9_client_statfs()
/linux/include/linux/
H A Dnfs_xdr.h177 __u32 bfree; /* No. of free "bsize" blocks */ member
/linux/fs/fuse/
H A Dinode.c649 stbuf->f_bfree = attr->bfree; in convert_fuse_statfs()