Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_alloc_btree.c431 .dup_cursor = xfs_allocbt_dup_cursor,
453 .dup_cursor = xfs_allocbt_dup_cursor,
Dxfs_btree_staging.c148 nops->dup_cursor = xfs_btree_fakeroot_dup_cursor; in xfs_btree_stage_afakeroot()
228 nops->dup_cursor = xfs_btree_fakeroot_dup_cursor; in xfs_btree_stage_ifakeroot()
Dxfs_ialloc_btree.c385 .dup_cursor = xfs_inobt_dup_cursor,
406 .dup_cursor = xfs_inobt_dup_cursor,
Dxfs_btree.h102 struct xfs_btree_cur *(*dup_cursor)(struct xfs_btree_cur *); member
Dxfs_refcount_btree.c295 .dup_cursor = xfs_refcountbt_dup_cursor,
Dxfs_bmap_btree.c523 .dup_cursor = xfs_bmbt_dup_cursor,
Dxfs_rmap_btree.c434 .dup_cursor = xfs_rmapbt_dup_cursor,
Dxfs_btree.c413 new = cur->bc_ops->dup_cursor(cur); in xfs_btree_dup_cursor()