Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_btree.h292 xfs_btree_dup_cursor(
Dxfs_btree.c398 xfs_btree_dup_cursor( in xfs_btree_dup_cursor() function
2452 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_btree_lshift()
2619 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_btree_rshift()
2828 error = xfs_btree_dup_cursor(cur, curp); in __xfs_btree_split()
3867 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_btree_delrec()
Dxfs_ialloc.c1201 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_dialloc_ag_inobt()
1424 error = xfs_btree_dup_cursor(lcur, &rcur); in xfs_dialloc_ag_finobt_near()
Dxfs_alloc.c1217 else if ((error = xfs_btree_dup_cursor(bno_cur_lt, &bno_cur_gt))) in xfs_alloc_ag_vextent_near()
/linux-4.19.296/fs/xfs/scrub/
Dbtree.c266 error = xfs_btree_dup_cursor(cur, &ncur); in xchk_btree_block_check_sibling()