Searched refs:rbno (Results 1 – 3 of 3) sorted by relevance
324 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument387 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()389 else if (rbno == fbno) { in xfs_alloc_fixup_trees()390 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()393 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()399 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()400 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()1296 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local1334 xfs_alloc_compute_aligned(args, fbno, flen, &rbno, &rlen); in xfs_alloc_ag_vextent_size()1349 &rbno, &rlen); in xfs_alloc_ag_vextent_size()[all …]
354 xfs_agblock_t *rbno, in xfs_extent_busy_trim() argument524 *rbno = fbno; in xfs_extent_busy_trim()534 *rbno = fbno; in xfs_extent_busy_trim()
63 xfs_extlen_t len, xfs_agblock_t *rbno, xfs_extlen_t *rlen);