Searched refs:ffree (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/drivers/block/aoe/ |
D | aoe.h | 142 struct list_head ffree; /* list of free frames */ member
|
D | aoeblk.c | 137 list_empty(&(*t)->ffree) ? NULL : (*t)->ffree.next); in aoedisk_debugfs_show()
|
D | aoecmd.c | 202 list_add(&f->head, &t->ffree); in aoe_freetframe() 212 if (list_empty(&t->ffree)) { in newtframe() 221 pos = t->ffree.next; in newtframe() 1456 INIT_LIST_HEAD(&t->ffree); in addtgt()
|
D | aoedev.c | 510 head = &t->ffree; in freetgt()
|
/Linux-v5.15/include/net/9p/ |
D | 9p.h | 520 u64 ffree; member
|
/Linux-v5.15/fs/9p/ |
D | vfs_super.c | 262 buf->f_ffree = rs.ffree; in v9fs_statfs()
|
/Linux-v5.15/include/uapi/linux/ |
D | fuse.h | 254 uint64_t ffree; member
|
/Linux-v5.15/fs/xfs/ |
D | xfs_super.c | 786 int64_t ffree; in xfs_fs_statfs() local 824 ffree = statp->f_files - (icount - ifree); in xfs_fs_statfs() 825 statp->f_ffree = max_t(int64_t, ffree, 0); in xfs_fs_statfs()
|
/Linux-v5.15/net/9p/ |
D | client.c | 1931 &sb->files, &sb->ffree, &sb->fsid, &sb->namelen); in p9_client_statfs() 1942 sb->blocks, sb->bfree, sb->bavail, sb->files, sb->ffree, in p9_client_statfs()
|
/Linux-v5.15/fs/fuse/ |
D | inode.c | 469 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs()
|