Searched refs:set_root (Results 1 – 9 of 9) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_alloc_btree.c | 424 .set_root = xfs_allocbt_set_root, 454 .set_root = xfs_allocbt_set_root,
|
| A D | xfs_ialloc_btree.c | 424 .set_root = xfs_inobt_set_root, 454 .set_root = xfs_finobt_set_root,
|
| A D | xfs_rmap_btree.c | 488 .set_root = xfs_rmapbt_set_root, 605 .set_root = xfbtree_set_root,
|
| A D | xfs_refcount_btree.c | 333 .set_root = xfs_refcountbt_set_root,
|
| A D | xfs_btree.h | 147 void (*set_root)(struct xfs_btree_cur *cur, member
|
| A D | xfs_rtrmap_btree.c | 593 .set_root = xfbtree_set_root,
|
| A D | xfs_btree.c | 3303 cur->bc_ops->set_root(cur, ptr, inc); in xfs_btree_set_root()
|
| /fs/xfs/scrub/ |
| A D | rcbag_btree.c | 178 .set_root = xfbtree_set_root,
|
| /fs/ |
| A D | namei.c | 999 static int set_root(struct nameidata *nd) in set_root() function 1036 int error = set_root(nd); in nd_jump_root() 2081 error = ERR_PTR(set_root(nd)); in handle_dots()
|
Completed in 130 milliseconds