Searched refs:refc (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_refcount_btree.c | 135 key->refc.rc_startblock = rec->refc.rc_startblock; in xfs_refcountbt_init_key_from_rec() 145 x = be32_to_cpu(rec->refc.rc_startblock); in xfs_refcountbt_init_high_key_from_rec() 147 key->refc.rc_startblock = cpu_to_be32(x); in xfs_refcountbt_init_high_key_from_rec() 160 rec->refc.rc_startblock = cpu_to_be32(start); in xfs_refcountbt_init_rec_from_cur() 198 ASSERT(!mask || mask->refc.rc_startblock); in xfs_refcountbt_diff_two_keys() 201 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_diff_two_keys() 293 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_keys_inorder() 303 be32_to_cpu(r1->refc.rc_blockcount) <= in xfs_refcountbt_recs_inorder() 304 be32_to_cpu(r2->refc.rc_startblock); in xfs_refcountbt_recs_inorder() 314 ASSERT(!mask || mask->refc.rc_startblock); in xfs_refcountbt_keys_contiguous() [all …]
|
| H A D | xfs_rtrefcount_btree.c | 121 key->refc.rc_startblock = rec->refc.rc_startblock; in xfs_rtrefcountbt_init_key_from_rec() 131 x = be32_to_cpu(rec->refc.rc_startblock); in xfs_rtrefcountbt_init_high_key_from_rec() 133 key->refc.rc_startblock = cpu_to_be32(x); in xfs_rtrefcountbt_init_high_key_from_rec() 146 rec->refc.rc_startblock = cpu_to_be32(start); in xfs_rtrefcountbt_init_rec_from_cur() 180 ASSERT(!mask || mask->refc.rc_startblock); in xfs_rtrefcountbt_diff_two_keys() 183 be32_to_cpu(k2->refc.rc_startblock); in xfs_rtrefcountbt_diff_two_keys() 259 be32_to_cpu(k2->refc.rc_startblock); in xfs_rtrefcountbt_keys_inorder() 269 be32_to_cpu(r1->refc.rc_blockcount) <= in xfs_rtrefcountbt_recs_inorder() 270 be32_to_cpu(r2->refc.rc_startblock); in xfs_rtrefcountbt_recs_inorder() 280 ASSERT(!mask || mask->refc.rc_startblock); in xfs_rtrefcountbt_keys_contiguous() [all …]
|
| H A D | xfs_refcount.c | 115 start = be32_to_cpu(rec->refc.rc_startblock); in xfs_refcount_btrec_to_irec() 124 irec->rc_blockcount = be32_to_cpu(rec->refc.rc_blockcount); in xfs_refcount_btrec_to_irec() 125 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount); in xfs_refcount_btrec_to_irec() 249 rec.refc.rc_startblock = cpu_to_be32(start); in xfs_refcount_update() 250 rec.refc.rc_blockcount = cpu_to_be32(irec->rc_blockcount); in xfs_refcount_update() 251 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount); in xfs_refcount_update() 2032 be32_to_cpu(rec->refc.rc_refcount) != 1)) { in xfs_refcount_recover_extent()
|
| H A D | xfs_btree.h | 39 struct xfs_refcount_key refc; member 48 struct xfs_refcount_rec refc; member
|
| /linux-6.15/arch/powerpc/perf/ |
| H A D | imc-pmu.c | 56 .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-6.15/arch/powerpc/include/asm/ |
| H A D | imc-pmu.h | 142 int refc; member
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_trace.h | 3814 TP_PROTO(struct xfs_mount *mp, struct xfs_refcount_intent *refc), 3815 TP_ARGS(mp, refc), 3826 __entry->type = refc->ri_group->xg_type; 3827 __entry->agno = refc->ri_group->xg_gno; 3828 __entry->op = refc->ri_type; 3829 __entry->gbno = xfs_fsb_to_gbno(mp, refc->ri_startblock, 3830 refc->ri_group->xg_type); 3831 __entry->len = refc->ri_blockcount; 3843 TP_PROTO(struct xfs_mount *mp, struct xfs_refcount_intent *refc), \ 3844 TP_ARGS(mp, refc))
|