Searched refs:ffree (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/block/aoe/ |
A D | aoeblk.c | 136 list_empty(&(*t)->ffree) ? NULL : (*t)->ffree.next); in aoedisk_debugfs_show()
|
A D | aoe.h | 142 struct list_head ffree; /* list of free frames */ member
|
A 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()
|
A D | aoedev.c | 510 head = &t->ffree; in freetgt()
|
/linux/include/net/9p/ |
A D | 9p.h | 518 u64 ffree; member
|
/linux/fs/9p/ |
A D | vfs_super.c | 263 buf->f_ffree = rs.ffree; in v9fs_statfs()
|
/linux/include/uapi/linux/ |
A D | fuse.h | 257 uint64_t ffree; member
|
/linux/fs/xfs/ |
A D | xfs_super.c | 787 int64_t ffree; in xfs_fs_statfs() local 825 ffree = statp->f_files - (icount - ifree); in xfs_fs_statfs() 826 statp->f_ffree = max_t(int64_t, ffree, 0); in xfs_fs_statfs()
|
/linux/net/9p/ |
A D | client.c | 1926 &sb->files, &sb->ffree, &sb->fsid, &sb->namelen); in p9_client_statfs() 1936 sb->bavail, sb->files, sb->ffree, sb->fsid, sb->namelen); in p9_client_statfs()
|
/linux/fs/fuse/ |
A D | inode.c | 502 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs()
|
Completed in 34 milliseconds