Home
last modified time | relevance | path

Searched refs:xfs_btree_dup_cursor (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_btree.h378 xfs_btree_dup_cursor(
H A Dxfs_btree.c465 xfs_btree_dup_cursor( in xfs_btree_dup_cursor() function
2464 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_btree_lshift()
2634 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_btree_rshift()
2846 error = xfs_btree_dup_cursor(cur, curp); in __xfs_btree_split()
3919 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_btree_delrec()
H A Dxfs_ialloc.c1077 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_dialloc_ag_inobt()
1308 error = xfs_btree_dup_cursor(lcur, &rcur); in xfs_dialloc_ag_finobt_near()
/openbmc/linux/fs/xfs/scrub/
H A Dbtree.c273 error = xfs_btree_dup_cursor(cur, &ncur); in xchk_btree_block_check_sibling()