Lines Matching defs:hint
1354 * hint. (we use a left-to-right policy to attempt to avoid
1355 * moving backward on the disk.) compute the hint within the
1379 /* back off the hint if it is outside of the iag */
1411 /* determine the extent number of the hint.
1415 /* check if the extent containing the hint has backed
1456 * no free inodes within the extent containing the hint.
1459 * hint or, if appropriate (i.e. addext is true), allocate
1461 * containing the hint.
1466 * the approach is to allocate following the hint, so we
1469 * the hint and later revisit these bits.
2160 s64 blkno, hint;
2255 hint = ((s64) agno << sbi->bmap->db_agl2size) - 1;
2257 hint = addressPXD(&iagp->inoext[extno - 1]) +
2260 if ((rc = dbAlloc(ipimap, hint, (s64) imap->im_nbperiext, &blkno)))