Searched refs:set_root (Results 1 – 14 of 14) sorted by relevance
/linux/ipc/ |
H A D | mq_sysctl.c | 111 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 D | ipc_sysctl.c | 239 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 D | ucount.c | 56 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 D | nosy-dump.h | 27 uint32_t set_root:1; member
|
H A D | nosy-dump.c | 767 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 D | xfs_alloc_btree.c | 432 .set_root = xfs_allocbt_set_root, 462 .set_root = xfs_allocbt_set_root,
|
H A D | xfs_ialloc_btree.c | 423 .set_root = xfs_inobt_set_root, 453 .set_root = xfs_finobt_set_root,
|
H A D | xfs_rmap_btree.c | 508 .set_root = xfs_rmapbt_set_root, 625 .set_root = xfbtree_set_root,
|
H A D | xfs_refcount_btree.c | 334 .set_root = xfs_refcountbt_set_root,
|
H A D | xfs_btree.h | 147 void (*set_root)(struct xfs_btree_cur *cur, member
|
H A D | xfs_btree.c | 3209 cur->bc_ops->set_root(cur, ptr, inc); in xfs_btree_set_root()
|
/linux/fs/xfs/scrub/ |
H A D | rcbag_btree.c | 196 .set_root = xfbtree_set_root,
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 879 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 D | namei.c | 938 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()
|