Searched refs:r2 (Results 1 – 13 of 13) sorted by relevance
132 const struct xfs_rmap_irec *r2) in xchk_rtrmap_mergeable() argument140 if (r1->rm_owner != r2->rm_owner) in xchk_rtrmap_mergeable()142 if (r1->rm_startblock + r1->rm_blockcount != r2->rm_startblock) in xchk_rtrmap_mergeable()144 if ((unsigned long long)r1->rm_blockcount + r2->rm_blockcount > in xchk_rtrmap_mergeable()147 if (r1->rm_flags != r2->rm_flags) in xchk_rtrmap_mergeable()149 return r1->rm_offset + r1->rm_blockcount == r2->rm_offset; in xchk_rtrmap_mergeable()
239 const struct xfs_rmap_irec *r2) in xchk_rmap_mergeable() argument247 if (r1->rm_owner != r2->rm_owner) in xchk_rmap_mergeable()249 if (r1->rm_startblock + r1->rm_blockcount != r2->rm_startblock) in xchk_rmap_mergeable()251 if ((unsigned long long)r1->rm_blockcount + r2->rm_blockcount > in xchk_rmap_mergeable()254 if (XFS_RMAP_NON_INODE_OWNER(r2->rm_owner)) in xchk_rmap_mergeable()257 if (r1->rm_flags != r2->rm_flags) in xchk_rmap_mergeable()261 return r1->rm_offset + r1->rm_blockcount == r2->rm_offset; in xchk_rmap_mergeable()
409 const struct xfs_refcount_irec *r2) in xchk_refcount_mergeable() argument417 if (r1->rc_domain != r2->rc_domain) in xchk_refcount_mergeable()419 if (r1->rc_startblock + r1->rc_blockcount != r2->rc_startblock) in xchk_refcount_mergeable()421 if (r1->rc_refcount != r2->rc_refcount) in xchk_refcount_mergeable()423 if ((unsigned long long)r1->rc_blockcount + r2->rc_blockcount > in xchk_refcount_mergeable()
374 const struct xfs_refcount_irec *r2) in xchk_rtrefcount_mergeable() argument382 if (r1->rc_startblock + r1->rc_blockcount != r2->rc_startblock) in xchk_rtrefcount_mergeable()384 if (r1->rc_refcount != r2->rc_refcount) in xchk_rtrefcount_mergeable()386 if ((unsigned long long)r1->rc_blockcount + r2->rc_blockcount > in xchk_rtrefcount_mergeable()
104 const union xfs_btree_rec *r2) in rcbagbt_recs_inorder() argument107 const struct rcbag_rec *rp2 = (const struct rcbag_rec *)r2; in rcbagbt_recs_inorder()
365 const union xfs_btree_rec *r2) in xfs_bnobt_recs_inorder() argument369 be32_to_cpu(r2->alloc.ar_startblock); in xfs_bnobt_recs_inorder()389 const union xfs_btree_rec *r2) in xfs_cntbt_recs_inorder() argument392 be32_to_cpu(r2->alloc.ar_blockcount) || in xfs_cntbt_recs_inorder()393 (r1->alloc.ar_blockcount == r2->alloc.ar_blockcount && in xfs_cntbt_recs_inorder()395 be32_to_cpu(r2->alloc.ar_startblock)); in xfs_cntbt_recs_inorder()
427 const union xfs_btree_rec *r2) in xfs_rmapbt_recs_inorder() argument435 y = be32_to_cpu(r2->rmap.rm_startblock); in xfs_rmapbt_recs_inorder()441 b = be64_to_cpu(r2->rmap.rm_owner); in xfs_rmapbt_recs_inorder()447 b = offset_keymask(be64_to_cpu(r2->rmap.rm_offset)); in xfs_rmapbt_recs_inorder()
341 const union xfs_btree_rec *r2) in xfs_rtrmapbt_recs_inorder() argument349 y = be32_to_cpu(r2->rmap.rm_startblock); in xfs_rtrmapbt_recs_inorder()355 b = be64_to_cpu(r2->rmap.rm_owner); in xfs_rtrmapbt_recs_inorder()361 b = offset_keymask(be64_to_cpu(r2->rmap.rm_offset)); in xfs_rtrmapbt_recs_inorder()
300 const union xfs_btree_rec *r2) in xfs_refcountbt_recs_inorder() argument304 be32_to_cpu(r2->refc.rc_startblock); in xfs_refcountbt_recs_inorder()
266 const union xfs_btree_rec *r2) in xfs_rtrefcountbt_recs_inorder() argument270 be32_to_cpu(r2->refc.rc_startblock); in xfs_rtrefcountbt_recs_inorder()
487 const union xfs_btree_rec *r2) in xfs_bmbt_recs_inorder() argument491 xfs_bmbt_disk_get_startoff(&r2->bmbt); in xfs_bmbt_recs_inorder()
392 const union xfs_btree_rec *r2) in xfs_inobt_recs_inorder() argument395 be32_to_cpu(r2->inobt.ir_startino); in xfs_inobt_recs_inorder()
202 const union xfs_btree_rec *r2);
Completed in 40 milliseconds