Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_ialloc_btree.c211 .dup_cursor = xfs_inobt_dup_cursor,
Dxfs_btree.h149 struct xfs_btree_cur *(*dup_cursor)(struct xfs_btree_cur *); member
Dxfs_alloc_btree.c317 .dup_cursor = xfs_allocbt_dup_cursor,
Dxfs_bmap_btree.c738 .dup_cursor = xfs_bmbt_dup_cursor,
Dxfs_btree.c257 new = cur->bc_ops->dup_cursor(cur); in xfs_btree_dup_cursor()