Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.c310 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument
373 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() local
1299 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 …]
/linux-4.1.27/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);