Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drefcount.c380 struct xchk_refcbt_records *rrc, in xchk_refcountbt_xref_gaps() argument
388 if (bno <= rrc->next_unshared_agbno || !sc->sa.rmap_cur || in xchk_refcountbt_xref_gaps()
393 low.rm_startblock = rrc->next_unshared_agbno; in xchk_refcountbt_xref_gaps()
407 struct xchk_refcbt_records *rrc, in xchk_refcount_mergeable() argument
410 const struct xfs_refcount_irec *r1 = &rrc->prev_rec; in xchk_refcount_mergeable()
433 struct xchk_refcbt_records *rrc, in xchk_refcountbt_check_mergeable() argument
439 if (xchk_refcount_mergeable(rrc, irec)) in xchk_refcountbt_check_mergeable()
442 memcpy(&rrc->prev_rec, irec, sizeof(struct xfs_refcount_irec)); in xchk_refcountbt_check_mergeable()
452 struct xchk_refcbt_records *rrc = bs->private; in xchk_refcountbt_rec() local
462 rrc->cow_blocks += irec.rc_blockcount; in xchk_refcountbt_rec()
[all …]
H A Drtrefcount.c372 struct xchk_rtrefcbt_records *rrc, in xchk_rtrefcount_mergeable() argument
375 const struct xfs_refcount_irec *r1 = &rrc->prev_rec; in xchk_rtrefcount_mergeable()
396 struct xchk_rtrefcbt_records *rrc, in xchk_rtrefcountbt_check_mergeable() argument
402 if (xchk_rtrefcount_mergeable(rrc, irec)) in xchk_rtrefcountbt_check_mergeable()
405 memcpy(&rrc->prev_rec, irec, sizeof(struct xfs_refcount_irec)); in xchk_rtrefcountbt_check_mergeable()
430 struct xchk_rtrefcbt_records *rrc, in xchk_rtrefcountbt_xref_gaps() argument
438 if (bno <= rrc->next_unshared_rgbno || !sc->sr.rmap_cur || in xchk_rtrefcountbt_xref_gaps()
443 low.rm_startblock = rrc->next_unshared_rgbno; in xchk_rtrefcountbt_xref_gaps()
462 struct xchk_rtrefcbt_records *rrc = bs->private; in xchk_rtrefcountbt_rec() local
482 rrc->cow_blocks += irec.rc_blockcount; in xchk_rtrefcountbt_rec()
[all …]
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c152 u16 ec, rrc; in gss_krb5_unwrap_v2() local
183 rrc = be16_to_cpup((__be16 *)(ptr + 6)); in gss_krb5_unwrap_v2()
190 if (rrc != 0) in gss_krb5_unwrap_v2()
191 rotate_left(offset + 16, buf, rrc); in gss_krb5_unwrap_v2()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-rnm-defs.h42 uint64_t rrc:1; member
46 uint64_t rrc:1;
/linux/tools/arch/s390/include/uapi/asm/
H A Dkvm.h297 __u16 rrc; /* Ultravisor return reason code */ member