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

/linux-master/ipc/
H A Dmq_sysctl.c113 static struct ctl_table_root set_root = { variable in typeref:struct:ctl_table_root
123 setup_sysctl_set(&ns->mq_set, &set_root, set_is_seen);
H A Dipc_sysctl.c241 static struct ctl_table_root set_root = { variable in typeref:struct:ctl_table_root
251 setup_sysctl_set(&ns->ipc_set, &set_root, set_is_seen);
/linux-master/tools/firewire/
H A Dnosy-dump.h27 uint32_t set_root:1; member in struct:phy_packet::__anon14851::__anon14853
H A Dnosy-dump.c767 if (!pp->phy_config.set_root && !pp->phy_config.set_gap_count) {
771 if (pp->phy_config.set_root)
/linux-master/kernel/
H A Ducount.c56 static struct ctl_table_root set_root = { variable in typeref:struct:ctl_table_root
100 setup_sysctl_set(&ns->set, &set_root, set_is_seen);
/linux-master/fs/xfs/scrub/
H A Drcbag_btree.c196 .set_root = xfbtree_set_root,
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c423 .set_root = xfs_inobt_set_root,
453 .set_root = xfs_finobt_set_root,
H A Dxfs_alloc_btree.c493 .set_root = xfs_allocbt_set_root,
525 .set_root = xfs_allocbt_set_root,
H A Dxfs_rmap_btree.c503 .set_root = xfs_rmapbt_set_root,
620 .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 in struct:xfs_btree_ops
H A Dxfs_btree.c3242 cur->bc_ops->set_root(cur, ptr, inc);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c879 static void set_root(bool set) function
909 set_root(true);
959 set_root(false);
/linux-master/fs/
H A Dnamei.c931 static int set_root(struct nameidata *nd) function
968 int error = set_root(nd);
1956 error = ERR_PTR(set_root(nd));

Completed in 190 milliseconds