Home | History | Annotate | Download | only in efs

Lines Matching refs:start_hint

406  * If start_hint is non-0, attempt to set up the iterator beginning with the
407 * extent descriptor in which the start_hint'th byte exists. Callers must not
413 off_t start_hint)
428 if (start_hint == 0)
432 if (start_hint >= eip->ei_size) {
438 * Use start_hint to jump to the right extent descriptor. We'll
453 if (start_hint >= offset &&
454 start_hint < (offset + length)) {
495 if (offset > start_hint) {
543 if (start_hint >= offset && start_hint < (offset + length))
546 if (start_hint < offset)