Searched refs:set_root (Results 1 – 8 of 8) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_alloc_btree.c | 432 .set_root = xfs_allocbt_set_root, 454 .set_root = xfs_allocbt_set_root,
|
D | xfs_ialloc_btree.c | 386 .set_root = xfs_inobt_set_root, 407 .set_root = xfs_finobt_set_root,
|
D | xfs_btree.h | 107 void (*set_root)(struct xfs_btree_cur *cur, member
|
D | xfs_refcount_btree.c | 296 .set_root = xfs_refcountbt_set_root,
|
D | xfs_rmap_btree.c | 435 .set_root = xfs_rmapbt_set_root,
|
D | xfs_btree_staging.c | 147 nops->set_root = xfs_btree_afakeroot_set_root; in xfs_btree_stage_afakeroot()
|
D | xfs_btree.c | 3021 cur->bc_ops->set_root(cur, &lptr, 1); in xfs_btree_new_root() 3591 cur->bc_ops->set_root(cur, newroot, -1); in xfs_btree_kill_root()
|
/fs/ |
D | namei.c | 930 static int set_root(struct nameidata *nd) in set_root() function 967 int error = set_root(nd); in nd_jump_root() 1897 error = ERR_PTR(set_root(nd)); in handle_dots()
|