Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Ducount.c55 static struct ctl_table_root set_root = { variable
91 setup_sysctl_set(&ns->set, &set_root, set_is_seen); in setup_userns_sysctls()
/Linux-v4.19/tools/firewire/
Dnosy-dump.h27 uint32_t set_root:1; member
Dnosy-dump.c780 if (!pp->phy_config.set_root && !pp->phy_config.set_gap_count) { in print_packet()
784 if (pp->phy_config.set_root) in print_packet()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_ialloc_btree.c364 .set_root = xfs_inobt_set_root,
385 .set_root = xfs_finobt_set_root,
Dxfs_alloc_btree.c440 .set_root = xfs_allocbt_set_root,
462 .set_root = xfs_allocbt_set_root,
Dxfs_btree.h106 void (*set_root)(struct xfs_btree_cur *cur, member
Dxfs_refcount_btree.c300 .set_root = xfs_refcountbt_set_root,
Dxfs_rmap_btree.c438 .set_root = xfs_rmapbt_set_root,
Dxfs_btree.c3066 cur->bc_ops->set_root(cur, &lptr, 1); in xfs_btree_new_root()
3631 cur->bc_ops->set_root(cur, newroot, -1); in xfs_btree_kill_root()
/Linux-v4.19/fs/
Dnamei.c810 static void set_root(struct nameidata *nd) in set_root() function
1091 set_root(nd); in get_link()
1709 set_root(nd); in handle_dots()
2207 set_root(nd); in path_init()