Searched refs:xfs_btree_dup_cursor (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_btree.h | 314 xfs_btree_dup_cursor(
|
D | xfs_ialloc_btree.c | 266 if ((error = xfs_btree_dup_cursor(cur, &tcur))) in xfs_inobt_delrec() 1459 if ((error = xfs_btree_dup_cursor(cur, &tcur))) in xfs_inobt_rshift() 1622 if ((error = xfs_btree_dup_cursor(cur, curp))) in xfs_inobt_split()
|
D | xfs_alloc_btree.c | 303 if ((error = xfs_btree_dup_cursor(cur, &tcur))) in xfs_alloc_delrec() 1563 if ((error = xfs_btree_dup_cursor(cur, &tcur))) in xfs_alloc_rshift() 1723 if ((error = xfs_btree_dup_cursor(cur, curp))) in xfs_alloc_split()
|
D | xfs_btree.c | 412 xfs_btree_dup_cursor( in xfs_btree_dup_cursor() function
|
D | xfs_bmap_btree.c | 488 if ((error = xfs_btree_dup_cursor(cur, &tcur))) { in xfs_bmbt_delrec() 1504 if ((error = xfs_btree_dup_cursor(cur, &tcur))) { in xfs_bmbt_rshift() 1685 if ((error = xfs_btree_dup_cursor(cur, curp))) { in xfs_bmbt_split()
|
D | xfs_ialloc.c | 708 if ((error = xfs_btree_dup_cursor(cur, &tcur))) in xfs_dialloc()
|
D | xfs_alloc.c | 964 else if ((error = xfs_btree_dup_cursor(bno_cur_lt, &bno_cur_gt))) in xfs_alloc_ag_vextent_near()
|