Searched refs:rbno (Results 1 – 3 of 3) sorted by relevance
310 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument373 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()375 else if (rbno == fbno) { in xfs_alloc_fixup_trees()376 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()379 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()385 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()386 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()1261 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local1299 xfs_alloc_compute_aligned(args, fbno, flen, &rbno, &rlen); in xfs_alloc_ag_vextent_size()1314 &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);