Searched refs:dup_cursor (Results 1 – 5 of 5) sorted by relevance
211 .dup_cursor = xfs_inobt_dup_cursor,
149 struct xfs_btree_cur *(*dup_cursor)(struct xfs_btree_cur *); member
317 .dup_cursor = xfs_allocbt_dup_cursor,
738 .dup_cursor = xfs_bmbt_dup_cursor,
257 new = cur->bc_ops->dup_cursor(cur); in xfs_btree_dup_cursor()