Searched refs:rcur (Results 1 – 7 of 7) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_refcount.c | 37 STATIC int __xfs_refcount_cow_alloc(struct xfs_btree_cur *rcur, 39 STATIC int __xfs_refcount_cow_free(struct xfs_btree_cur *rcur, 1167 struct xfs_btree_cur *rcur, in xfs_refcount_finish_one_cleanup() argument 1172 if (rcur == NULL) in xfs_refcount_finish_one_cleanup() 1174 agbp = rcur->bc_ag.agbp; in xfs_refcount_finish_one_cleanup() 1175 xfs_btree_del_cursor(rcur, error); in xfs_refcount_finish_one_cleanup() 1224 struct xfs_btree_cur *rcur; in xfs_refcount_finish_one() local 1249 rcur = *pcur; in xfs_refcount_finish_one() 1250 if (rcur != NULL && rcur->bc_ag.pag != pag) { in xfs_refcount_finish_one() 1251 nr_ops = rcur->bc_ag.refc.nr_ops; in xfs_refcount_finish_one() [all …]
|
D | xfs_rmap.c | 118 struct xfs_btree_cur *rcur, in xfs_rmap_insert() argument 128 trace_xfs_rmap_insert(rcur->bc_mp, rcur->bc_ag.pag->pag_agno, agbno, in xfs_rmap_insert() 131 error = xfs_rmap_lookup_eq(rcur, agbno, len, owner, offset, flags, &i); in xfs_rmap_insert() 134 if (XFS_IS_CORRUPT(rcur->bc_mp, i != 0)) { in xfs_rmap_insert() 139 rcur->bc_rec.r.rm_startblock = agbno; in xfs_rmap_insert() 140 rcur->bc_rec.r.rm_blockcount = len; in xfs_rmap_insert() 141 rcur->bc_rec.r.rm_owner = owner; in xfs_rmap_insert() 142 rcur->bc_rec.r.rm_offset = offset; in xfs_rmap_insert() 143 rcur->bc_rec.r.rm_flags = flags; in xfs_rmap_insert() 144 error = xfs_btree_insert(rcur, &i); in xfs_rmap_insert() [all …]
|
D | xfs_rmap.h | 130 int xfs_rmap_insert(struct xfs_btree_cur *rcur, xfs_agblock_t agbno, 181 struct xfs_btree_cur *rcur, int error);
|
D | xfs_ialloc.c | 1261 struct xfs_btree_cur *rcur; /* right search cursor */ in xfs_dialloc_ag_finobt_near() local 1287 error = xfs_btree_dup_cursor(lcur, &rcur); in xfs_dialloc_ag_finobt_near() 1291 error = xfs_inobt_lookup(rcur, pagino, XFS_LOOKUP_GE, &j); in xfs_dialloc_ag_finobt_near() 1295 error = xfs_inobt_get_rec(rcur, &rrec, &j); in xfs_dialloc_ag_finobt_near() 1317 *ocur = rcur; in xfs_dialloc_ag_finobt_near() 1319 xfs_btree_del_cursor(rcur, XFS_BTREE_NOERROR); in xfs_dialloc_ag_finobt_near() 1325 *ocur = rcur; in xfs_dialloc_ag_finobt_near() 1328 xfs_btree_del_cursor(rcur, XFS_BTREE_NOERROR); in xfs_dialloc_ag_finobt_near() 1334 xfs_btree_del_cursor(rcur, XFS_BTREE_ERROR); in xfs_dialloc_ag_finobt_near()
|
D | xfs_refcount.h | 76 struct xfs_btree_cur *rcur, int error);
|
/fs/xfs/ |
D | xfs_refcount_item.c | 471 struct xfs_btree_cur *rcur = NULL; in xfs_cui_item_recover() local 538 &new_fsb, &new_len, &rcur); in xfs_cui_item_recover() 574 xfs_refcount_finish_one_cleanup(tp, rcur, error); in xfs_cui_item_recover() 578 xfs_refcount_finish_one_cleanup(tp, rcur, error); in xfs_cui_item_recover()
|
D | xfs_rmap_item.c | 499 struct xfs_btree_cur *rcur = NULL; in xfs_rui_item_recover() local 569 rmap->me_len, state, &rcur); in xfs_rui_item_recover() 578 xfs_rmap_finish_one_cleanup(tp, rcur, error); in xfs_rui_item_recover() 582 xfs_rmap_finish_one_cleanup(tp, rcur, error); in xfs_rui_item_recover()
|