Home
last modified time | relevance | path

Searched refs:rbno (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc.c324 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument
387 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() local
1334 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 …]
/linux-4.4.14/fs/xfs/
Dxfs_extent_busy.c354 xfs_agblock_t *rbno, in xfs_extent_busy_trim() argument
524 *rbno = fbno; in xfs_extent_busy_trim()
534 *rbno = fbno; in xfs_extent_busy_trim()
Dxfs_extent_busy.h63 xfs_extlen_t len, xfs_agblock_t *rbno, xfs_extlen_t *rlen);