Searched refs:rbno (Results 1 – 3 of 3) sorted by relevance
156 xfs_agblock_t rbno; in xchk_refcountbt_process_rmap_fragments() local174 rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()193 if (bno < rbno) in xchk_refcountbt_process_rmap_fragments()194 rbno = bno; in xchk_refcountbt_process_rmap_fragments()212 if (bno != rbno) { in xchk_refcountbt_process_rmap_fragments()225 if (frag->rm.rm_startblock != rbno) in xchk_refcountbt_process_rmap_fragments()244 rbno = next_rbno; in xchk_refcountbt_process_rmap_fragments()251 if (rbno < refchk->bno + refchk->len) in xchk_refcountbt_process_rmap_fragments()
448 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument521 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()523 else if (rbno == fbno) { in xfs_alloc_fixup_trees()524 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()527 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()533 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()534 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()1682 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local1720 busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno, in xfs_alloc_ag_vextent_size()1736 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()[all …]
1573 xfs_agblock_t rbno; in xfs_reflink_inode_has_shared_extents() local1584 &rbno, &rlen, false); in xfs_reflink_inode_has_shared_extents()1590 if (rbno != NULLAGBLOCK) { in xfs_reflink_inode_has_shared_extents()