/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | ialloc.c | 74 bool ffree, fhole; in xchk_inobt_xref_finobt() local 96 ffree = frec.ir_free & (1ULL << frec_idx); in xchk_inobt_xref_finobt() 100 if (ffree != free) in xchk_inobt_xref_finobt() 172 bool ffree, in xchk_finobt_xref_inobt() 203 if (ffree != free) in xchk_finobt_xref_inobt() 238 bool ffree, fhole; in xchk_finobt_chunk_xref_inobt() local 241 ffree = frec->ir_free & (1ULL << rec_idx); in xchk_finobt_chunk_xref_inobt() 245 error = xchk_finobt_xref_inobt(sc, frec, i, ffree, fhole); in xchk_finobt_chunk_xref_inobt() 168 xchk_finobt_xref_inobt( struct xfs_scrub *sc, struct xfs_inobt_rec_incore *frec, xfs_agino_t agino, bool ffree, bool fhole) xchk_finobt_xref_inobt() argument
|
/kernel/linux/linux-5.10/drivers/block/aoe/ |
H A D | aoe.h | 142 struct list_head ffree; /* list of free frames */ member
|
H A D | aoeblk.c | 136 seq_printf(s, "ffree: %p\n", in aoedisk_debugfs_show() 137 list_empty(&(*t)->ffree) ? NULL : (*t)->ffree.next); in aoedisk_debugfs_show()
|
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()
|
/kernel/linux/linux-6.6/drivers/block/aoe/ |
H A D | aoe.h | 142 struct list_head ffree; /* list of free frames */ member
|
H A D | aoeblk.c | 134 seq_printf(s, "ffree: %p\n", in aoe_debugfs_show() 135 list_empty(&(*t)->ffree) ? NULL : (*t)->ffree.next); in aoe_debugfs_show()
|
H A 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()
|
H A D | aoedev.c | 510 head = &t->ffree; in freetgt()
|
/kernel/linux/linux-5.10/include/net/9p/ |
H A D | 9p.h | 520 u64 ffree; member
|
/kernel/linux/linux-6.6/include/net/9p/ |
H A D | 9p.h | 527 u64 ffree; member
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | vfs_super.c | 262 buf->f_ffree = rs.ffree; in v9fs_statfs()
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | vfs_super.c | 261 buf->f_ffree = rs.ffree; in v9fs_statfs()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | fuse.h | 245 uint64_t ffree; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | fuse.h | 315 uint64_t ffree; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | fuse.h | 48 uint64_t ffree; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | fuse.h | 48 uint64_t ffree; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | fuse.h | 39 uint64_t ffree; member
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_super.c | 836 int64_t ffree; in xfs_fs_statfs() local 878 ffree = statp->f_files - (icount - ifree); in xfs_fs_statfs() 879 statp->f_ffree = max_t(int64_t, ffree, 0); in xfs_fs_statfs()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | client.c | 1925 &sb->files, &sb->ffree, &sb->fsid, &sb->namelen); in p9_client_statfs() 1933 "blocks %llu bfree %llu bavail %llu files %llu ffree %llu " in p9_client_statfs() 1936 sb->blocks, sb->bfree, sb->bavail, sb->files, sb->ffree, in p9_client_statfs()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | client.c | 1893 &sb->files, &sb->ffree, &sb->fsid, &sb->namelen); in p9_client_statfs() 1901 "<<< RSTATFS fid %d type 0x%x bsize %u blocks %llu bfree %llu bavail %llu files %llu ffree %llu fsid %llu namelen %u\n", in p9_client_statfs() 1903 sb->bavail, sb->files, sb->ffree, sb->fsid, sb->namelen); in p9_client_statfs()
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | inode.c | 476 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | inode.c | 598 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs()
|