Symbol: set_root
fs/namei.c
1137
int error = set_root(nd);
fs/namei.c
2231
error = ERR_PTR(set_root(nd));
fs/xfs/libxfs/xfs_alloc_btree.c
424
.set_root = xfs_allocbt_set_root,
fs/xfs/libxfs/xfs_alloc_btree.c
454
.set_root = xfs_allocbt_set_root,
fs/xfs/libxfs/xfs_btree.c
3303
cur->bc_ops->set_root(cur, ptr, inc);
fs/xfs/libxfs/xfs_btree.h
147
void (*set_root)(struct xfs_btree_cur *cur,
fs/xfs/libxfs/xfs_ialloc_btree.c
424
.set_root = xfs_inobt_set_root,
fs/xfs/libxfs/xfs_ialloc_btree.c
454
.set_root = xfs_finobt_set_root,
fs/xfs/libxfs/xfs_refcount_btree.c
333
.set_root = xfs_refcountbt_set_root,
fs/xfs/libxfs/xfs_rmap_btree.c
488
.set_root = xfs_rmapbt_set_root,
fs/xfs/libxfs/xfs_rmap_btree.c
605
.set_root = xfbtree_set_root,
fs/xfs/libxfs/xfs_rtrmap_btree.c
593
.set_root = xfbtree_set_root,
fs/xfs/scrub/rcbag_btree.c
178
.set_root = xfbtree_set_root,
ipc/ipc_sysctl.c
239
static struct ctl_table_root set_root = {
ipc/ipc_sysctl.c
249
setup_sysctl_set(&ns->ipc_set, &set_root, set_is_seen);
ipc/mq_sysctl.c
111
static struct ctl_table_root set_root = {
ipc/mq_sysctl.c
121
setup_sysctl_set(&ns->mq_set, &set_root, set_is_seen);
kernel/ucount.c
101
setup_sysctl_set(&ns->set, &set_root, set_is_seen);
kernel/ucount.c
58
static struct ctl_table_root set_root = {
tools/firewire/nosy-dump.c
767
if (!pp->phy_config.set_root && !pp->phy_config.set_gap_count) {
tools/firewire/nosy-dump.c
771
if (pp->phy_config.set_root)
tools/firewire/nosy-dump.h
27
uint32_t set_root:1;
tools/testing/selftests/bpf/test_verifier.c
905
set_root(true);
tools/testing/selftests/bpf/test_verifier.c
955
set_root(false);