Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_alloc_btree.c431 .set_root = xfs_allocbt_set_root,
453 .set_root = xfs_allocbt_set_root,
Dxfs_ialloc_btree.c388 .set_root = xfs_inobt_set_root,
409 .set_root = xfs_finobt_set_root,
Dxfs_btree.h104 void (*set_root)(struct xfs_btree_cur *cur, member
Dxfs_refcount_btree.c307 .set_root = xfs_refcountbt_set_root,
Dxfs_rmap_btree.c432 .set_root = xfs_rmapbt_set_root,
Dxfs_btree_staging.c147 nops->set_root = xfs_btree_afakeroot_set_root; in xfs_btree_stage_afakeroot()
Dxfs_btree.c3099 cur->bc_ops->set_root(cur, &lptr, 1); in xfs_btree_new_root()
3670 cur->bc_ops->set_root(cur, newroot, -1); in xfs_btree_kill_root()
/fs/
Dnamei.c928 static int set_root(struct nameidata *nd) in set_root() function
965 int error = set_root(nd); in nd_jump_root()
1949 error = ERR_PTR(set_root(nd)); in handle_dots()