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

/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c136 key->refc.rc_startblock = rec->refc.rc_startblock;
146 x = be32_to_cpu(rec->refc.rc_startblock);
147 x += be32_to_cpu(rec->refc.rc_blockcount) - 1;
148 key->refc.rc_startblock = cpu_to_be32(x);
161 rec->refc.rc_startblock = cpu_to_be32(start);
162 rec->refc.rc_blockcount = cpu_to_be32(cur->bc_rec.rc.rc_blockcount);
163 rec->refc.rc_refcount = cpu_to_be32(cur->bc_rec.rc.rc_refcount);
183 const struct xfs_refcount_key *kp = &key->refc;
199 ASSERT(!mask || mask->refc
[all...]
H A Dxfs_refcount.c111 start = be32_to_cpu(rec->refc.rc_startblock);
120 irec->rc_blockcount = be32_to_cpu(rec->refc.rc_blockcount);
121 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount);
208 rec.refc.rc_startblock = cpu_to_be32(start);
209 rec.refc.rc_blockcount = cpu_to_be32(irec->rc_blockcount);
210 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount);
1928 be32_to_cpu(rec->refc.rc_refcount) != 1)) {
H A Dxfs_btree.h39 struct xfs_refcount_key refc; member in union:xfs_btree_key
48 struct xfs_refcount_rec refc; member in union:xfs_btree_rec
/linux-master/arch/powerpc/perf/
H A Dimc-pmu.c56 .refc = 0,
416 ref->refc = 0;
481 if (ref->refc == 0) {
495 ref->refc--;
496 if (ref->refc == 0) {
504 } else if (ref->refc < 0) {
506 ref->refc = 0;
574 if (ref->refc == 0) {
584 ++ref->refc;
712 * count lock for this core and directly zero "refc" fo
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dimc-pmu.h142 int refc; member in struct:imc_pmu_ref

Completed in 153 milliseconds