Searched refs:set_root (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/kernel/ |
D | ucount.c | 55 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/ |
D | nosy-dump.h | 27 uint32_t set_root:1; member
|
D | nosy-dump.c | 780 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/ |
D | xfs_ialloc_btree.c | 364 .set_root = xfs_inobt_set_root, 385 .set_root = xfs_finobt_set_root,
|
D | xfs_alloc_btree.c | 440 .set_root = xfs_allocbt_set_root, 462 .set_root = xfs_allocbt_set_root,
|
D | xfs_btree.h | 106 void (*set_root)(struct xfs_btree_cur *cur, member
|
D | xfs_refcount_btree.c | 300 .set_root = xfs_refcountbt_set_root,
|
D | xfs_rmap_btree.c | 438 .set_root = xfs_rmapbt_set_root,
|
D | xfs_btree.c | 3066 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/ |
D | namei.c | 810 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()
|