Home
last modified time | relevance | path

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

/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/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/xfs/libxfs/
H A Dxfs_btree.h147 void (*set_root)(struct xfs_btree_cur *cur, member
/linux/fs/
H A Dnamei.c1100 static int set_root(struct nameidata *nd) in set_root() function
1137 int error = set_root(nd); in nd_jump_root()
2231 error = ERR_PTR(set_root(nd)); in handle_dots()