Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_alloc_btree.c391 const union xfs_btree_rec *r2) in xfs_bnobt_recs_inorder() argument
395 be32_to_cpu(r2->alloc.ar_startblock); in xfs_bnobt_recs_inorder()
415 const union xfs_btree_rec *r2) in xfs_cntbt_recs_inorder() argument
418 be32_to_cpu(r2->alloc.ar_blockcount) || in xfs_cntbt_recs_inorder()
419 (r1->alloc.ar_blockcount == r2->alloc.ar_blockcount && in xfs_cntbt_recs_inorder()
421 be32_to_cpu(r2->alloc.ar_startblock)); in xfs_cntbt_recs_inorder()
Dxfs_rmap_btree.c399 const union xfs_btree_rec *r2) in xfs_rmapbt_recs_inorder() argument
407 y = be32_to_cpu(r2->rmap.rm_startblock); in xfs_rmapbt_recs_inorder()
413 b = be64_to_cpu(r2->rmap.rm_owner); in xfs_rmapbt_recs_inorder()
419 b = XFS_RMAP_OFF(be64_to_cpu(r2->rmap.rm_offset)); in xfs_rmapbt_recs_inorder()
Dxfs_refcount_btree.c284 const union xfs_btree_rec *r2) in xfs_refcountbt_recs_inorder() argument
288 be32_to_cpu(r2->refc.rc_startblock); in xfs_refcountbt_recs_inorder()
Dxfs_bmap_btree.c512 const union xfs_btree_rec *r2) in xfs_bmbt_recs_inorder() argument
516 xfs_bmbt_disk_get_startoff(&r2->bmbt); in xfs_bmbt_recs_inorder()
Dxfs_ialloc_btree.c375 const union xfs_btree_rec *r2) in xfs_inobt_recs_inorder() argument
378 be32_to_cpu(r2->inobt.ir_startino); in xfs_inobt_recs_inorder()
Dxfs_btree.h163 const union xfs_btree_rec *r2);
/fs/dlm/
Dlock.c364 struct dlm_rsb *r1, *r2; in pre_rsb_struct() local
375 r2 = dlm_allocate_rsb(ls); in pre_rsb_struct()
382 if (r2) { in pre_rsb_struct()
383 list_add(&r2->res_hashchain, &ls->ls_new_rsb); in pre_rsb_struct()