Lines Matching refs:bno_hint
1777 xfs_rtblock_t bno_hint, in xfs_rtallocate_rtg() argument
1830 if (bno_hint != NULLFSBLOCK) in xfs_rtallocate_rtg()
1831 start = xfs_rtb_to_rtx(args.mp, bno_hint); in xfs_rtallocate_rtg()
1891 xfs_fsblock_t bno_hint, in xfs_rtallocate_rtgs() argument
1910 if (bno_hint != NULLFSBLOCK) in xfs_rtallocate_rtgs()
1911 start_rgno = xfs_rtb_to_rgno(mp, bno_hint); in xfs_rtallocate_rtgs()
1920 error = xfs_rtallocate_rtg(tp, rgno, bno_hint, minlen, maxlen, in xfs_rtallocate_rtgs()
1929 bno_hint = NULLFSBLOCK; in xfs_rtallocate_rtgs()
2012 xfs_rtblock_t bno_hint = NULLRTBLOCK; in xfs_bmap_rtalloc() local
2027 bno_hint = ap->blkno; in xfs_bmap_rtalloc()
2030 error = xfs_rtallocate_rtgs(ap->tp, bno_hint, raminlen, ralen, in xfs_bmap_rtalloc()
2034 error = xfs_rtallocate_rtg(ap->tp, 0, bno_hint, raminlen, ralen, in xfs_bmap_rtalloc()