Home
last modified time | relevance | path

Searched refs:set_root (Results 1 – 15 of 15) 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.c58 static struct ctl_table_root set_root = { variable
101 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.c424 .set_root = xfs_allocbt_set_root,
454 .set_root = xfs_allocbt_set_root,
H A Dxfs_ialloc_btree.c424 .set_root = xfs_inobt_set_root,
454 .set_root = xfs_finobt_set_root,
H A Dxfs_rmap_btree.c488 .set_root = xfs_rmapbt_set_root,
605 .set_root = xfbtree_set_root,
H A Dxfs_refcount_btree.c333 .set_root = xfs_refcountbt_set_root,
H A Dxfs_btree.h147 void (*set_root)(struct xfs_btree_cur *cur, member
H A Dxfs_rtrmap_btree.c593 .set_root = xfbtree_set_root,
H A Dxfs_btree.c3303 cur->bc_ops->set_root(cur, ptr, inc); in xfs_btree_set_root()
/linux/fs/xfs/scrub/
H A Drcbag_btree.c178 .set_root = xfbtree_set_root,
/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c875 static void set_root(bool set) in set_root() function
905 set_root(true); in btf__load_testmod_btf()
955 set_root(false); in btf__load_testmod_btf()
/linux/fs/
H A Dnamei.c999 static int set_root(struct nameidata *nd) in set_root() function
1036 int error = set_root(nd); in nd_jump_root()
2103 error = ERR_PTR(set_root(nd)); in handle_dots()