Home
last modified time | relevance | path

Searched refs:refc (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_refcount_btree.c136 key->refc.rc_startblock = rec->refc.rc_startblock; in xfs_refcountbt_init_key_from_rec()
146 x = be32_to_cpu(rec->refc.rc_startblock); in xfs_refcountbt_init_high_key_from_rec()
148 key->refc.rc_startblock = cpu_to_be32(x); in xfs_refcountbt_init_high_key_from_rec()
161 rec->refc.rc_startblock = cpu_to_be32(start); in xfs_refcountbt_init_rec_from_cur()
199 ASSERT(!mask || mask->refc.rc_startblock); in xfs_refcountbt_diff_two_keys()
202 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_diff_two_keys()
294 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_keys_inorder()
304 be32_to_cpu(r1->refc.rc_blockcount) <= in xfs_refcountbt_recs_inorder()
305 be32_to_cpu(r2->refc.rc_startblock); in xfs_refcountbt_recs_inorder()
315 ASSERT(!mask || mask->refc.rc_startblock); in xfs_refcountbt_keys_contiguous()
[all …]
A Dxfs_refcount.c112 start = be32_to_cpu(rec->refc.rc_startblock); in xfs_refcount_btrec_to_irec()
121 irec->rc_blockcount = be32_to_cpu(rec->refc.rc_blockcount); in xfs_refcount_btrec_to_irec()
122 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount); in xfs_refcount_btrec_to_irec()
209 rec.refc.rc_startblock = cpu_to_be32(start); in xfs_refcount_update()
210 rec.refc.rc_blockcount = cpu_to_be32(irec->rc_blockcount); in xfs_refcount_update()
211 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount); in xfs_refcount_update()
1873 be32_to_cpu(rec->refc.rc_refcount) != 1)) { in xfs_refcount_recover_extent()
A Dxfs_btree.h39 struct xfs_refcount_key refc; member
48 struct xfs_refcount_rec refc; member
/linux/arch/powerpc/perf/
A Dimc-pmu.c56 .refc = 0,
416 ref->refc = 0; in ppc_nest_imc_cpu_offline()
495 ref->refc--; in nest_imc_counters_release()
506 ref->refc = 0; in nest_imc_counters_release()
584 ++ref->refc; in nest_imc_event_init()
796 ref->refc--; in core_imc_counters_release()
868 ++ref->refc; in core_imc_event_init()
1159 ++ref->refc; in thread_imc_event_add()
1178 ref->refc--; in thread_imc_event_del()
1386 ++ref->refc; in trace_imc_event_add()
[all …]
/linux/arch/powerpc/include/asm/
A Dimc-pmu.h142 int refc; member
/linux/fs/xfs/
A Dxfs_trace.h3508 TP_PROTO(struct xfs_mount *mp, struct xfs_refcount_intent *refc),
3509 TP_ARGS(mp, refc),
3519 __entry->agno = XFS_FSB_TO_AGNO(mp, refc->ri_startblock);
3520 __entry->op = refc->ri_type;
3521 __entry->agbno = XFS_FSB_TO_AGBNO(mp, refc->ri_startblock);
3522 __entry->len = refc->ri_blockcount;
3533 TP_PROTO(struct xfs_mount *mp, struct xfs_refcount_intent *refc), \
3534 TP_ARGS(mp, refc))

Completed in 25 milliseconds