Searched refs:ffree (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/block/aoe/ |
D | aoe.h | 142 struct list_head ffree; /* list of free frames */ member
|
D | aoeblk.c | 135 list_empty(&(*t)->ffree) ? NULL : (*t)->ffree.next); in aoe_debugfs_show()
|
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() 1455 INIT_LIST_HEAD(&t->ffree); in addtgt()
|
D | aoedev.c | 510 head = &t->ffree; in freetgt()
|
/linux-6.1.9/include/net/9p/ |
D | 9p.h | 521 u64 ffree; member
|
/linux-6.1.9/fs/9p/ |
D | vfs_super.c | 264 buf->f_ffree = rs.ffree; in v9fs_statfs()
|
/linux-6.1.9/include/uapi/linux/ |
D | fuse.h | 267 uint64_t ffree; member
|
/linux-6.1.9/fs/xfs/ |
D | xfs_super.c | 807 int64_t ffree; in xfs_fs_statfs() local 849 ffree = statp->f_files - (icount - ifree); in xfs_fs_statfs() 850 statp->f_ffree = max_t(int64_t, ffree, 0); in xfs_fs_statfs()
|
/linux-6.1.9/net/9p/ |
D | client.c | 1894 &sb->files, &sb->ffree, &sb->fsid, &sb->namelen); in p9_client_statfs() 1904 sb->bavail, sb->files, sb->ffree, sb->fsid, sb->namelen); in p9_client_statfs()
|
/linux-6.1.9/fs/fuse/ |
D | inode.c | 516 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs()
|