Searched refs:internal (Results 1 – 16 of 16) sorted by relevance
| /fs/hpfs/ |
| A D | anode.c | 27 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 D | hpfs.h | 413 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 D | Kconfig | 8 export internal kernel objects, their attributes, and their
|
| /fs/quota/ |
| A D | Kconfig | 44 sanity checks of quota internal structures. If unsure, say N.
|
| /fs/jffs2/ |
| A D | README.Locking | 43 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 D | nfs4super.c | 180 root_ctx->internal = true; in do_nfs4_mount()
|
| A D | namespace.c | 285 ctx->internal = true; in nfs_do_submount()
|
| A D | internal.h | 95 bool internal; member
|
| A D | fs_context.c | 1619 if (!ctx->internal) in nfs_get_tree()
|
| /fs/btrfs/ |
| A D | Kconfig | 69 sysfs exported information is enabled, like leak checks of internal
|
| /fs/bcachefs/ |
| A D | sysfs.c | 566 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 D | super.c | 701 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 D | bcachefs.h | 788 struct kobject internal; member
|
| /fs/f2fs/ |
| A D | Kconfig | 25 the internal geometry or flash memory management schemes aka FTL, F2FS
|
| /fs/ |
| A D | namei.c | 647 } *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 D | ChangeLog | 132 * Added test for "impossible" condition of empty internal nodes in
|
Completed in 58 milliseconds