Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/scrub/
Dialloc.c74 bool ffree, fhole; in xchk_inobt_xref_finobt() local
96 ffree = frec.ir_free & (1ULL << frec_idx); in xchk_inobt_xref_finobt()
100 if (ffree != free) in xchk_inobt_xref_finobt()
172 bool ffree, in xchk_finobt_xref_inobt() argument
203 if (ffree != free) in xchk_finobt_xref_inobt()
238 bool ffree, fhole; in xchk_finobt_chunk_xref_inobt() local
241 ffree = frec->ir_free & (1ULL << rec_idx); in xchk_finobt_chunk_xref_inobt()
245 error = xchk_finobt_xref_inobt(sc, frec, i, ffree, fhole); in xchk_finobt_chunk_xref_inobt()
/Linux-v6.6/drivers/block/aoe/
Daoe.h142 struct list_head ffree; /* list of free frames */ member
Daoeblk.c135 list_empty(&(*t)->ffree) ? NULL : (*t)->ffree.next); in aoe_debugfs_show()
Daoecmd.c201 list_add(&f->head, &t->ffree); in aoe_freetframe()
211 if (list_empty(&t->ffree)) { in newtframe()
220 pos = t->ffree.next; in newtframe()
1455 INIT_LIST_HEAD(&t->ffree); in addtgt()
Daoedev.c510 head = &t->ffree; in freetgt()
/Linux-v6.6/include/net/9p/
D9p.h527 u64 ffree; member
/Linux-v6.6/fs/9p/
Dvfs_super.c261 buf->f_ffree = rs.ffree; in v9fs_statfs()
/Linux-v6.6/include/uapi/linux/
Dfuse.h315 uint64_t ffree; member
/Linux-v6.6/fs/xfs/
Dxfs_super.c836 int64_t ffree; in xfs_fs_statfs() local
878 ffree = statp->f_files - (icount - ifree); in xfs_fs_statfs()
879 statp->f_ffree = max_t(int64_t, ffree, 0); in xfs_fs_statfs()
/Linux-v6.6/net/9p/
Dclient.c1891 &sb->files, &sb->ffree, &sb->fsid, &sb->namelen); in p9_client_statfs()
1901 sb->bavail, sb->files, sb->ffree, sb->fsid, sb->namelen); in p9_client_statfs()
/Linux-v6.6/fs/fuse/
Dinode.c543 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs()