Lines Matching defs:hint
1352 * hint. (we use a left-to-right policy to attempt to avoid
1353 * moving backward on the disk.) compute the hint within the
1377 /* back off the hint if it is outside of the iag */
1409 /* determine the extent number of the hint.
1413 /* check if the extent containing the hint has backed
1454 * no free inodes within the extent containing the hint.
1457 * hint or, if appropriate (i.e. addext is true), allocate
1459 * containing the hint.
1464 * the approach is to allocate following the hint, so we
1467 * the hint and later revisit these bits.
2158 s64 blkno, hint;
2253 hint = ((s64) agno << sbi->bmap->db_agl2size) - 1;
2255 hint = addressPXD(&iagp->inoext[extno - 1]) +
2258 if ((rc = dbAlloc(ipimap, hint, (s64) imap->im_nbperiext, &blkno)))