Home
last modified time | relevance | path

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

/linux/include/net/9p/
H A D9p.h556 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 Dnfs2xdr.c1030 result->bfree = be32_to_cpup(p++); in decode_info()
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.c2146 int bw, bfree; in __npc_subbank_alloc() local
2260 bfree = npc_priv.subbank_depth - bw; in __npc_subbank_alloc()
2262 if (!bfree) { in __npc_subbank_alloc()
2270 if (contig && bfree < count) { in __npc_subbank_alloc()
/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/ext4/
H A Dsuper.c6957 s64 bfree; in ext4_statfs() local
6966 bfree = percpu_counter_sum_positive(&sbi->s_freeclusters_counter) - in ext4_statfs()
6969 buf->f_bfree = EXT4_C2B(sbi, max_t(s64, bfree, 0)); in ext4_statfs()
/linux/fs/fuse/
H A Dinode.c652 stbuf->f_bfree = attr->bfree; in convert_fuse_statfs()