Searched refs:set_root (Results 1 – 7 of 7) sorted by relevance
/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()
|
/fs/ |
D | namei.c | 895 static void set_root(struct nameidata *nd) in set_root() function 1178 set_root(nd); in get_link() 1796 set_root(nd); in handle_dots() 2292 set_root(nd); in path_init()
|