Home
last modified time | relevance | path

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

/linux/drivers/block/aoe/
H A Daoe.h143 struct list_head ffree; /* list of free frames */ member
H A 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()
1470 INIT_LIST_HEAD(&t->ffree); in addtgt()
H A Daoedev.c522 head = &t->ffree; in freetgt()
/linux/include/net/9p/
H A D9p.h527 u64 ffree; member
/linux/fs/9p/
H A Dvfs_super.c213 buf->f_ffree = rs.ffree; in v9fs_statfs()
/linux/include/uapi/linux/
H A Dfuse.h344 uint64_t ffree; member
/linux/net/9p/
H A Dclient.c1837 &sb->files, &sb->ffree, &sb->fsid, &sb->namelen); in p9_client_statfs()
1847 sb->bavail, sb->files, sb->ffree, sb->fsid, sb->namelen); in p9_client_statfs()
/linux/fs/fuse/
H A Dinode.c652 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs()