Searched refs:r1 (Results 1 – 7 of 7) sorted by relevance
390 const union xfs_btree_rec *r1, in xfs_bnobt_recs_inorder() argument393 return be32_to_cpu(r1->alloc.ar_startblock) + in xfs_bnobt_recs_inorder()394 be32_to_cpu(r1->alloc.ar_blockcount) <= in xfs_bnobt_recs_inorder()414 const union xfs_btree_rec *r1, in xfs_cntbt_recs_inorder() argument417 return be32_to_cpu(r1->alloc.ar_blockcount) < in xfs_cntbt_recs_inorder()419 (r1->alloc.ar_blockcount == r2->alloc.ar_blockcount && in xfs_cntbt_recs_inorder()420 be32_to_cpu(r1->alloc.ar_startblock) < in xfs_cntbt_recs_inorder()
398 const union xfs_btree_rec *r1, in xfs_rmapbt_recs_inorder() argument406 x = be32_to_cpu(r1->rmap.rm_startblock); in xfs_rmapbt_recs_inorder()412 a = be64_to_cpu(r1->rmap.rm_owner); in xfs_rmapbt_recs_inorder()418 a = XFS_RMAP_OFF(be64_to_cpu(r1->rmap.rm_offset)); in xfs_rmapbt_recs_inorder()
283 const union xfs_btree_rec *r1, in xfs_refcountbt_recs_inorder() argument286 return be32_to_cpu(r1->refc.rc_startblock) + in xfs_refcountbt_recs_inorder()287 be32_to_cpu(r1->refc.rc_blockcount) <= in xfs_refcountbt_recs_inorder()
511 const union xfs_btree_rec *r1, in xfs_bmbt_recs_inorder() argument514 return xfs_bmbt_disk_get_startoff(&r1->bmbt) + in xfs_bmbt_recs_inorder()515 xfs_bmbt_disk_get_blockcount(&r1->bmbt) <= in xfs_bmbt_recs_inorder()
374 const union xfs_btree_rec *r1, in xfs_inobt_recs_inorder() argument377 return be32_to_cpu(r1->inobt.ir_startino) + XFS_INODES_PER_CHUNK <= in xfs_inobt_recs_inorder()
162 const union xfs_btree_rec *r1,
364 struct dlm_rsb *r1, *r2; in pre_rsb_struct() local374 r1 = dlm_allocate_rsb(ls); in pre_rsb_struct()378 if (r1) { in pre_rsb_struct()379 list_add(&r1->res_hashchain, &ls->ls_new_rsb); in pre_rsb_struct()