Searched refs:bno_hint (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_rtalloc.c | 1924 xfs_rtblock_t bno_hint, in xfs_rtallocate_rtg() argument 1977 if (bno_hint != NULLFSBLOCK) in xfs_rtallocate_rtg() 1978 start = xfs_rtb_to_rtx(args.mp, bno_hint); in xfs_rtallocate_rtg() 2038 xfs_fsblock_t bno_hint, in xfs_rtallocate_rtgs() argument 2057 if (bno_hint != NULLFSBLOCK) in xfs_rtallocate_rtgs() 2058 start_rgno = xfs_rtb_to_rgno(mp, bno_hint); in xfs_rtallocate_rtgs() 2067 error = xfs_rtallocate_rtg(tp, rgno, bno_hint, minlen, maxlen, in xfs_rtallocate_rtgs() 2076 bno_hint = NULLFSBLOCK; in xfs_rtallocate_rtgs() 2162 xfs_rtblock_t bno_hint = NULLRTBLOCK; in xfs_bmap_rtalloc() local 2179 bno_hint = ap->blkno; in xfs_bmap_rtalloc() [all …]
|
| H A D | xfs_rtalloc.h | 75 int xfs_rtallocate_rtgs(struct xfs_trans *tp, xfs_fsblock_t bno_hint,
|