Searched refs:set_root (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/kernel/ |
D | ucount.c | 50 static struct ctl_table_root set_root = { variable 84 setup_sysctl_set(&ns->set, &set_root, set_is_seen); in setup_userns_sysctls()
|
/Linux-v5.4/tools/firewire/ |
D | nosy-dump.h | 27 uint32_t set_root:1; member
|
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-v5.4/fs/xfs/libxfs/ |
D | xfs_alloc_btree.c | 435 .set_root = xfs_allocbt_set_root, 457 .set_root = xfs_allocbt_set_root,
|
D | xfs_ialloc_btree.c | 365 .set_root = xfs_inobt_set_root, 386 .set_root = xfs_finobt_set_root,
|
D | xfs_btree.h | 106 void (*set_root)(struct xfs_btree_cur *cur, member
|
D | xfs_refcount_btree.c | 297 .set_root = xfs_refcountbt_set_root,
|
D | xfs_rmap_btree.c | 435 .set_root = xfs_rmapbt_set_root,
|
D | xfs_btree.c | 3055 cur->bc_ops->set_root(cur, &lptr, 1); in xfs_btree_new_root() 3620 cur->bc_ops->set_root(cur, newroot, -1); in xfs_btree_kill_root()
|
/Linux-v5.4/fs/ |
D | namei.c | 801 static void set_root(struct nameidata *nd) in set_root() function 1083 set_root(nd); in get_link() 1701 set_root(nd); in handle_dots() 2197 set_root(nd); in path_init()
|