Searched refs:rcur (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_refcount.c | 1345 struct xfs_btree_cur *rcur = *pcur; in xfs_refcount_finish_one() local 1363 if (rcur != NULL && rcur->bc_ag.pag != ri->ri_pag) { in xfs_refcount_finish_one() 1364 nr_ops = rcur->bc_refc.nr_ops; in xfs_refcount_finish_one() 1365 shape_changes = rcur->bc_refc.shape_changes; in xfs_refcount_finish_one() 1366 xfs_btree_del_cursor(rcur, 0); in xfs_refcount_finish_one() 1367 rcur = NULL; in xfs_refcount_finish_one() 1370 if (rcur == NULL) { in xfs_refcount_finish_one() 1378 rcur->bc_refc.nr_ops = nr_ops; in xfs_refcount_finish_one() 1379 rcur->bc_refc.shape_changes = shape_changes; in xfs_refcount_finish_one() 1793 struct xfs_btree_cur *rcur, in __xfs_refcount_cow_alloc() argument [all …]
|
| A D | xfs_rmap.c | 120 struct xfs_btree_cur *rcur, in xfs_rmap_insert() argument 136 xfs_btree_mark_sick(rcur); in xfs_rmap_insert() 143 rcur->bc_rec.r.rm_owner = owner; in xfs_rmap_insert() 145 rcur->bc_rec.r.rm_flags = flags; in xfs_rmap_insert() 150 xfs_btree_mark_sick(rcur); in xfs_rmap_insert() 162 struct xfs_btree_cur *rcur, in xfs_rmap_delete() argument 178 xfs_btree_mark_sick(rcur); in xfs_rmap_delete() 187 xfs_btree_mark_sick(rcur); in xfs_rmap_delete() 2589 if (rcur != NULL && rcur->bc_ag.pag != ri->ri_pag) { in xfs_rmap_finish_one() 2591 rcur = NULL; in xfs_rmap_finish_one() [all …]
|
| A D | xfs_rmap.h | 131 int xfs_rmap_insert(struct xfs_btree_cur *rcur, xfs_agblock_t agbno, 194 int __xfs_rmap_finish_intent(struct xfs_btree_cur *rcur,
|
| A D | xfs_ialloc.c | 1381 struct xfs_btree_cur *rcur; /* right search cursor */ in xfs_dialloc_ag_finobt_near() local 1409 error = xfs_btree_dup_cursor(lcur, &rcur); in xfs_dialloc_ag_finobt_near() 1413 error = xfs_inobt_lookup(rcur, pagino, XFS_LOOKUP_GE, &j); in xfs_dialloc_ag_finobt_near() 1417 error = xfs_inobt_get_rec(rcur, &rrec, &j); in xfs_dialloc_ag_finobt_near() 1441 *ocur = rcur; in xfs_dialloc_ag_finobt_near() 1443 xfs_btree_del_cursor(rcur, XFS_BTREE_NOERROR); in xfs_dialloc_ag_finobt_near() 1449 *ocur = rcur; in xfs_dialloc_ag_finobt_near() 1452 xfs_btree_del_cursor(rcur, XFS_BTREE_NOERROR); in xfs_dialloc_ag_finobt_near() 1458 xfs_btree_del_cursor(rcur, XFS_BTREE_ERROR); in xfs_dialloc_ag_finobt_near()
|
| /linux/fs/xfs/ |
| A D | xfs_refcount_item.c | 375 struct xfs_btree_cur *rcur, in xfs_refcount_finish_one_cleanup() argument 380 if (rcur == NULL) in xfs_refcount_finish_one_cleanup() 382 agbp = rcur->bc_ag.agbp; in xfs_refcount_finish_one_cleanup() 383 xfs_btree_del_cursor(rcur, error); in xfs_refcount_finish_one_cleanup()
|
| A D | xfs_rmap_item.c | 392 struct xfs_btree_cur *rcur, in xfs_rmap_finish_one_cleanup() argument 397 if (rcur == NULL) in xfs_rmap_finish_one_cleanup() 399 agbp = rcur->bc_ag.agbp; in xfs_rmap_finish_one_cleanup() 400 xfs_btree_del_cursor(rcur, error); in xfs_rmap_finish_one_cleanup()
|
| /linux/kernel/bpf/ |
| A D | verifier.c | 8095 if (rold->type != rcur->type) in maybe_widen_reg() 8097 if (rold->precise || rcur->precise || regs_exact(rold, rcur, idmap)) in maybe_widen_reg() 8099 __mark_reg_unknown(env, rcur); in maybe_widen_reg() 17222 return regs_exact(rold, rcur, idmap); in regsafe() 17254 if (rold->type != rcur->type) in regsafe() 17296 return range_within(rold, rcur) && in regsafe() 17308 range_within(rold, rcur) && in regsafe() 17320 if (rold->range > rcur->range) in regsafe() 17325 if (rold->off != rcur->off) in regsafe() 17331 return range_within(rold, rcur) && in regsafe() [all …]
|
Completed in 63 milliseconds