Home
last modified time | relevance | path

Searched refs:r1 (Results 1 – 7 of 7) sorted by relevance

/fs/xfs/libxfs/
Dxfs_alloc_btree.c390 const union xfs_btree_rec *r1, in xfs_bnobt_recs_inorder() argument
393 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() argument
417 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()
Dxfs_rmap_btree.c398 const union xfs_btree_rec *r1, in xfs_rmapbt_recs_inorder() argument
406 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()
Dxfs_refcount_btree.c283 const union xfs_btree_rec *r1, in xfs_refcountbt_recs_inorder() argument
286 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()
Dxfs_bmap_btree.c511 const union xfs_btree_rec *r1, in xfs_bmbt_recs_inorder() argument
514 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()
Dxfs_ialloc_btree.c374 const union xfs_btree_rec *r1, in xfs_inobt_recs_inorder() argument
377 return be32_to_cpu(r1->inobt.ir_startino) + XFS_INODES_PER_CHUNK <= in xfs_inobt_recs_inorder()
Dxfs_btree.h162 const union xfs_btree_rec *r1,
/fs/dlm/
Dlock.c364 struct dlm_rsb *r1, *r2; in pre_rsb_struct() local
374 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()