Searched refs:ffree (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/xfs/scrub/ |
| A D | ialloc.c | 74 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/drivers/block/aoe/ |
| A D | aoe.h | 142 struct list_head ffree; /* list of free frames */ member
|
| A D | aoeblk.c | 135 list_empty(&(*t)->ffree) ? NULL : (*t)->ffree.next); in aoe_debugfs_show()
|
| A D | aoecmd.c | 201 list_add(&f->head, &t->ffree); in aoe_freetframe() 211 if (list_empty(&t->ffree)) { in newtframe() 220 pos = t->ffree.next; in newtframe() 1466 INIT_LIST_HEAD(&t->ffree); in addtgt()
|
| A D | aoedev.c | 510 head = &t->ffree; in freetgt()
|
| /linux/include/net/9p/ |
| A D | 9p.h | 527 u64 ffree; member
|
| /linux/fs/9p/ |
| A D | vfs_super.c | 234 buf->f_ffree = rs.ffree; in v9fs_statfs()
|
| /linux/include/uapi/linux/ |
| A D | fuse.h | 324 uint64_t ffree; member
|
| /linux/fs/xfs/ |
| A D | xfs_super.c | 831 int64_t ffree; in xfs_fs_statfs() local 873 ffree = statp->f_files - (icount - ifree); in xfs_fs_statfs() 874 statp->f_ffree = max_t(int64_t, ffree, 0); in xfs_fs_statfs()
|
| /linux/net/9p/ |
| A D | client.c | 1954 &sb->files, &sb->ffree, &sb->fsid, &sb->namelen); in p9_client_statfs() 1964 sb->bavail, sb->files, sb->ffree, sb->fsid, sb->namelen); in p9_client_statfs()
|
| /linux/fs/fuse/ |
| A D | inode.c | 602 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs()
|
Completed in 35 milliseconds