Home
last modified time | relevance | path

Searched refs:set_root (Results 1 – 14 of 14) sorted by relevance

/linux/ipc/
H A Dmq_sysctl.c111 static struct ctl_table_root set_root = { variable
121 setup_sysctl_set(&ns->mq_set, &set_root, set_is_seen); in setup_mq_sysctls()
H A Dipc_sysctl.c239 static struct ctl_table_root set_root = { variable
249 setup_sysctl_set(&ns->ipc_set, &set_root, set_is_seen); in setup_ipc_sysctls()
/linux/kernel/
H A Ducount.c56 static struct ctl_table_root set_root = { variable
99 setup_sysctl_set(&ns->set, &set_root, set_is_seen); in setup_userns_sysctls()
/linux/tools/firewire/
H A Dnosy-dump.h27 uint32_t set_root:1; member
H A Dnosy-dump.c767 if (!pp->phy_config.set_root && !pp->phy_config.set_gap_count) { in print_packet()
771 if (pp->phy_config.set_root) in print_packet()
/linux/fs/xfs/libxfs/
H A Dxfs_alloc_btree.c432 .set_root = xfs_allocbt_set_root,
462 .set_root = xfs_allocbt_set_root,
H A Dxfs_ialloc_btree.c423 .set_root = xfs_inobt_set_root,
453 .set_root = xfs_finobt_set_root,
H A Dxfs_rmap_btree.c508 .set_root = xfs_rmapbt_set_root,
625 .set_root = xfbtree_set_root,
H A Dxfs_refcount_btree.c334 .set_root = xfs_refcountbt_set_root,
H A Dxfs_btree.h147 void (*set_root)(struct xfs_btree_cur *cur, member
H A Dxfs_btree.c3209 cur->bc_ops->set_root(cur, ptr, inc); in xfs_btree_set_root()
/linux/fs/xfs/scrub/
H A Drcbag_btree.c196 .set_root = xfbtree_set_root,
/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c879 static void set_root(bool set) in set_root() function
909 set_root(true); in btf__load_testmod_btf()
959 set_root(false); in btf__load_testmod_btf()
/linux/fs/
H A Dnamei.c938 static int set_root(struct nameidata *nd) in set_root() function
975 int error = set_root(nd); in nd_jump_root()
2005 error = ERR_PTR(set_root(nd)); in handle_dots()