Home
last modified time | relevance | path

Searched refs:r2 (Results 1 – 13 of 13) sorted by relevance

/fs/xfs/scrub/
A Drtrmap.c132 const struct xfs_rmap_irec *r2) in xchk_rtrmap_mergeable() argument
140 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()
A Drmap.c239 const struct xfs_rmap_irec *r2) in xchk_rmap_mergeable() argument
247 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()
A Drefcount.c409 const struct xfs_refcount_irec *r2) in xchk_refcount_mergeable() argument
417 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()
A Drtrefcount.c374 const struct xfs_refcount_irec *r2) in xchk_rtrefcount_mergeable() argument
382 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()
A Drcbag_btree.c104 const union xfs_btree_rec *r2) in rcbagbt_recs_inorder() argument
107 const struct rcbag_rec *rp2 = (const struct rcbag_rec *)r2; in rcbagbt_recs_inorder()
/fs/xfs/libxfs/
A Dxfs_alloc_btree.c365 const union xfs_btree_rec *r2) in xfs_bnobt_recs_inorder() argument
369 be32_to_cpu(r2->alloc.ar_startblock); in xfs_bnobt_recs_inorder()
389 const union xfs_btree_rec *r2) in xfs_cntbt_recs_inorder() argument
392 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()
A Dxfs_rmap_btree.c427 const union xfs_btree_rec *r2) in xfs_rmapbt_recs_inorder() argument
435 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()
A Dxfs_rtrmap_btree.c341 const union xfs_btree_rec *r2) in xfs_rtrmapbt_recs_inorder() argument
349 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()
A Dxfs_refcount_btree.c300 const union xfs_btree_rec *r2) in xfs_refcountbt_recs_inorder() argument
304 be32_to_cpu(r2->refc.rc_startblock); in xfs_refcountbt_recs_inorder()
A Dxfs_rtrefcount_btree.c266 const union xfs_btree_rec *r2) in xfs_rtrefcountbt_recs_inorder() argument
270 be32_to_cpu(r2->refc.rc_startblock); in xfs_rtrefcountbt_recs_inorder()
A Dxfs_bmap_btree.c487 const union xfs_btree_rec *r2) in xfs_bmbt_recs_inorder() argument
491 xfs_bmbt_disk_get_startoff(&r2->bmbt); in xfs_bmbt_recs_inorder()
A Dxfs_ialloc_btree.c392 const union xfs_btree_rec *r2) in xfs_inobt_recs_inorder() argument
395 be32_to_cpu(r2->inobt.ir_startino); in xfs_inobt_recs_inorder()
A Dxfs_btree.h202 const union xfs_btree_rec *r2);

Completed in 40 milliseconds