Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_refcount_btree.c144 key->refc.rc_startblock = rec->refc.rc_startblock; in xfs_refcountbt_init_key_from_rec()
154 x = be32_to_cpu(rec->refc.rc_startblock); in xfs_refcountbt_init_high_key_from_rec()
156 key->refc.rc_startblock = cpu_to_be32(x); in xfs_refcountbt_init_high_key_from_rec()
169 rec->refc.rc_startblock = cpu_to_be32(start); in xfs_refcountbt_init_rec_from_cur()
207 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_diff_two_keys()
287 return be32_to_cpu(k1->refc.rc_startblock) < in xfs_refcountbt_keys_inorder()
288 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_keys_inorder()
298 be32_to_cpu(r1->refc.rc_blockcount) <= in xfs_refcountbt_recs_inorder()
299 be32_to_cpu(r2->refc.rc_startblock); in xfs_refcountbt_recs_inorder()
346 cur->bc_ag.refc.nr_ops = 0; in xfs_refcountbt_init_common()
[all …]
A Dxfs_refcount.c110 start = be32_to_cpu(rec->refc.rc_startblock); in xfs_refcount_btrec_to_irec()
186 rec.refc.rc_startblock = cpu_to_be32(start); in xfs_refcount_update()
1039 cur->bc_ag.refc.shape_changes); in xfs_refcount_still_have_space()
1047 if (cur->bc_ag.refc.nr_ops > 2 && in xfs_refcount_still_have_space()
1052 if (cur->bc_ag.refc.nr_ops == 0) in xfs_refcount_still_have_space()
1117 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()
1173 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()
1258 cur->bc_ag.refc.shape_changes++; in xfs_refcount_adjust()
1355 nr_ops = rcur->bc_ag.refc.nr_ops; in xfs_refcount_finish_one()
1368 rcur->bc_ag.refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
[all …]
A Dxfs_btree.h39 struct xfs_refcount_key refc; member
48 struct xfs_refcount_rec refc; member
189 } refc; member
/linux-6.3-rc2/arch/powerpc/perf/
A Dimc-pmu.c56 .refc = 0,
410 ref->refc = 0; in ppc_nest_imc_cpu_offline()
489 ref->refc--; in nest_imc_counters_release()
500 ref->refc = 0; in nest_imc_counters_release()
578 ++ref->refc; in nest_imc_event_init()
790 ref->refc--; in core_imc_counters_release()
862 ++ref->refc; in core_imc_event_init()
1152 ++ref->refc; in thread_imc_event_add()
1171 ref->refc--; in thread_imc_event_del()
1379 ++ref->refc; in trace_imc_event_add()
[all …]
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dimc-pmu.h142 int refc; member

Completed in 29 milliseconds