Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_btree.h292 xfs_btree_dup_cursor(
Dxfs_btree.c395 xfs_btree_dup_cursor( in xfs_btree_dup_cursor() function
2441 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_btree_lshift()
2608 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_btree_rshift()
2817 error = xfs_btree_dup_cursor(cur, curp); in __xfs_btree_split()
3856 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_btree_delrec()
Dxfs_ialloc.c1185 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_dialloc_ag_inobt()
1408 error = xfs_btree_dup_cursor(lcur, &rcur); in xfs_dialloc_ag_finobt_near()
Dxfs_alloc.c1315 else if ((error = xfs_btree_dup_cursor(bno_cur_lt, &bno_cur_gt))) in xfs_alloc_ag_vextent_near()
/Linux-v5.4/fs/xfs/scrub/
Dbtree.c259 error = xfs_btree_dup_cursor(cur, &ncur); in xchk_btree_block_check_sibling()