Searched refs:ffree (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/block/aoe/ |
| H A D | aoeblk.c | 137 list_empty(&(*t)->ffree) ? NULL : (*t)->ffree.next); in aoedisk_debugfs_show()
|
| H A D | aoe.h | 142 struct list_head ffree; /* list of free frames */ member
|
| H 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() 1463 INIT_LIST_HEAD(&t->ffree); in addtgt()
|
| H A D | aoedev.c | 511 head = &t->ffree; in freetgt()
|
| /OK3568_Linux_fs/kernel/include/net/9p/ |
| H A D | 9p.h | 520 u64 ffree; member
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_super.c | 262 buf->f_ffree = rs.ffree; in v9fs_statfs()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | fuse.h | 188 uint64_t ffree; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | fuse.h | 188 uint64_t ffree; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fuse.h | 245 uint64_t ffree; member
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_super.c | 797 int64_t ffree; in xfs_fs_statfs() local 832 ffree = statp->f_files - (icount - ifree); in xfs_fs_statfs() 833 statp->f_ffree = max_t(int64_t, ffree, 0); in xfs_fs_statfs()
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | client.c | 1922 &sb->files, &sb->ffree, &sb->fsid, &sb->namelen); in p9_client_statfs() 1933 sb->blocks, sb->bfree, sb->bavail, sb->files, sb->ffree, in p9_client_statfs()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | inode.c | 477 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gfortran.info | 440 -ffree-form -ffree-line-length-N -ffree-line-length-none 522 '-ffree-form' 663 '-ffree-line-length-N' 667 '-ffree-line-length-0' means the same thing as 668 '-ffree-line-length-none'. 826 '-ffree-line-length-none' or '-ffixed-line-length-none' options. 21467 * 'ffree-form': Fortran Dialect Options. 21469 * 'ffree-line-length-'N: Fortran Dialect Options.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gfortran.info | 440 -ffree-form -ffree-line-length-N -ffree-line-length-none 522 '-ffree-form' 663 '-ffree-line-length-N' 667 '-ffree-line-length-0' means the same thing as 668 '-ffree-line-length-none'. 826 '-ffree-line-length-none' or '-ffixed-line-length-none' options. 21467 * 'ffree-form': Fortran Dialect Options. 21469 * 'ffree-line-length-'N: Fortran Dialect Options.
|