Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_refcount_item.c288 struct xfs_phys_extent *refc, in xfs_trans_set_refcount_flags() argument
291 refc->pe_flags = 0; in xfs_trans_set_refcount_flags()
297 refc->pe_flags |= type; in xfs_trans_set_refcount_flags()
376 refc->ri_type, refc->ri_startblock, refc->ri_blockcount, in xfs_refcount_update_finish_item()
383 refc->ri_startblock = new_fsb; in xfs_refcount_update_finish_item()
424 struct xfs_phys_extent *refc) in xfs_cui_validate_phys() argument
442 return xfs_verify_fsbext(mp, refc->pe_startblock, refc->pe_len); in xfs_cui_validate_phys()
456 struct xfs_phys_extent *refc; in xfs_cui_item_recover() local
520 new_len = refc->pe_len; in xfs_cui_item_recover()
523 type, refc->pe_startblock, refc->pe_len, in xfs_cui_item_recover()
[all …]
/linux/fs/xfs/libxfs/
A Dxfs_refcount_btree.c143 key->refc.rc_startblock = rec->refc.rc_startblock; in xfs_refcountbt_init_key_from_rec()
153 x = be32_to_cpu(rec->refc.rc_startblock); in xfs_refcountbt_init_high_key_from_rec()
154 x += be32_to_cpu(rec->refc.rc_blockcount) - 1; in xfs_refcountbt_init_high_key_from_rec()
155 key->refc.rc_startblock = cpu_to_be32(x); in xfs_refcountbt_init_high_key_from_rec()
198 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_diff_two_keys()
278 return be32_to_cpu(k1->refc.rc_startblock) < in xfs_refcountbt_keys_inorder()
279 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_keys_inorder()
289 be32_to_cpu(r1->refc.rc_blockcount) <= in xfs_refcountbt_recs_inorder()
290 be32_to_cpu(r2->refc.rc_startblock); in xfs_refcountbt_recs_inorder()
337 cur->bc_ag.refc.nr_ops = 0; in xfs_refcountbt_init_common()
[all …]
A Dxfs_refcount.c889 overhead = cur->bc_ag.refc.shape_changes * in xfs_refcount_still_have_space()
897 if (cur->bc_ag.refc.nr_ops > 2 && in xfs_refcount_still_have_space()
902 if (cur->bc_ag.refc.nr_ops == 0) in xfs_refcount_still_have_space()
973 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()
1008 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()
1017 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()
1092 cur->bc_ag.refc.shape_changes++; in xfs_refcount_adjust()
1169 nr_ops = rcur->bc_ag.refc.nr_ops; in xfs_refcount_finish_one()
1170 shape_changes = rcur->bc_ag.refc.shape_changes; in xfs_refcount_finish_one()
1182 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/arch/powerpc/perf/
A Dimc-pmu.c54 .refc = 0,
402 ref->refc = 0; in ppc_nest_imc_cpu_offline()
481 ref->refc--; in nest_imc_counters_release()
492 ref->refc = 0; in nest_imc_counters_release()
571 ++ref->refc; in nest_imc_event_init()
785 ref->refc--; in core_imc_counters_release()
858 ++ref->refc; in core_imc_event_init()
1148 ++ref->refc; in thread_imc_event_add()
1167 ref->refc--; in thread_imc_event_del()
1376 ++ref->refc; in trace_imc_event_add()
[all …]
/linux/fs/xfs/scrub/
A Drefcount.c343 bno = be32_to_cpu(rec->refc.rc_startblock); in xchk_refcountbt_rec()
344 len = be32_to_cpu(rec->refc.rc_blockcount); in xchk_refcountbt_rec()
345 refcount = be32_to_cpu(rec->refc.rc_refcount); in xchk_refcountbt_rec()
/linux/arch/powerpc/include/asm/
A Dimc-pmu.h142 int refc; member

Completed in 21 milliseconds