Lines Matching defs:file_index
234 uint64_t file_index;
243 return (g1->file_index - g2->file_index);
313 find_gref.file_index = index;
319 if (index != gref->file_index)
365 grefs[i].file_index = file_offset + i * PAGE_SIZE;
478 uint64_t file_index;
488 return (g1->file_index - g2->file_index);
544 find_gmap.file_index = index;
588 page_offset = gmap->notify->index - gmap->file_index;
659 error = get_file_offset(priv_user, arg->count, &gmap->file_index);
670 arg->index = gmap->file_index;
759 arg->offset = gmap->file_index;
796 relative_offset = offset - gmap->file_index;
908 if (arg->index >= gmap->file_index &&
909 arg->index < gmap->file_index + gmap->count * PAGE_SIZE) {
1065 OFF_TO_IDX(gref->file_index));