Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_rtalloc.c1777 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()
[all …]