Home
last modified time | relevance | path

Searched refs:internal (Results 1 – 16 of 16) sorted by relevance

/fs/hpfs/
A Danode.c27 a = le32_to_cpu(btree->u.internal[i].down); in hpfs_bplus_lookup()
87 a = le32_to_cpu(btree->u.internal[n].down); in hpfs_add_sector_to_btree()
88 btree->u.internal[n].file_secno = cpu_to_le32(-1); in hpfs_add_sector_to_btree()
143 btree->u.internal[0].down = cpu_to_le32(na); in hpfs_add_sector_to_btree()
180 btree->u.internal[n].down = cpu_to_le32(na); in hpfs_add_sector_to_btree()
258 btree->u.internal[0].file_secno = cpu_to_le32(fs); in hpfs_add_sector_to_btree()
259 btree->u.internal[0].down = cpu_to_le32(ra); in hpfs_add_sector_to_btree()
260 btree->u.internal[1].file_secno = cpu_to_le32(-1); in hpfs_add_sector_to_btree()
261 btree->u.internal[1].down = cpu_to_le32(na); in hpfs_add_sector_to_btree()
288 ano = le32_to_cpu(btree1->u.internal[pos].down); in hpfs_remove_btree()
[all …]
A Dhpfs.h413 DECLARE_FLEX_ARRAY(struct bplus_internal_node, internal);
459 struct bplus_internal_node internal[12]; member
501 struct bplus_internal_node internal[60]; member
/fs/sysfs/
A DKconfig8 export internal kernel objects, their attributes, and their
/fs/quota/
A DKconfig44 sanity checks of quota internal structures. If unsure, say N.
/fs/jffs2/
A DREADME.Locking43 This is the JFFS2-internal equivalent of the inode mutex i->i_sem.
58 Instead of playing such games, we just have an extra internal
/fs/nfs/
A Dnfs4super.c180 root_ctx->internal = true; in do_nfs4_mount()
A Dnamespace.c285 ctx->internal = true; in nfs_do_submount()
A Dinternal.h95 bool internal; member
A Dfs_context.c1619 if (!ctx->internal) in nfs_get_tree()
/fs/btrfs/
A DKconfig69 sysfs exported information is enabled, like leak checks of internal
/fs/bcachefs/
A Dsysfs.c566 struct bch_fs *c = container_of(kobj, struct bch_fs, internal); in SHOW()
573 struct bch_fs *c = container_of(kobj, struct bch_fs, internal); in STORE()
A Dsuper.c701 kobject_put(&c->internal); in __bch2_fs_stop()
766 kobject_add(&c->internal, &c->kobj, "internal") ?: in bch2_fs_online()
847 kobject_init(&c->internal, &bch2_fs_internal_ktype); in bch2_fs_alloc()
A Dbcachefs.h788 struct kobject internal; member
/fs/f2fs/
A DKconfig25 the internal geometry or flash memory management schemes aka FTL, F2FS
/fs/
A Dnamei.c647 } *stack, internal[EMBEDDED_LEVELS]; member
664 p->stack = p->internal; in __set_nameidata()
694 if (now->stack != now->internal) in restore_nameidata()
706 memcpy(p, nd->internal, sizeof(nd->internal)); in nd_alloc_stack()
1861 if (likely(nd->stack != nd->internal)) in reserve_stack()
/fs/befs/
A DChangeLog132 * Added test for "impossible" condition of empty internal nodes in

Completed in 58 milliseconds