Searched refs:offset_in_blob (Results 1 – 1 of 1) sorted by relevance
5451 off_t offset_in_blob; in ubc_cs_blob_get_supplement() local5469 offset_in_blob = offset - blob->csb_base_offset; in ubc_cs_blob_get_supplement()5470 if (offset_in_blob < blob->csb_start_offset || offset_in_blob >= blob->csb_end_offset) { in ubc_cs_blob_get_supplement()5491 off_t offset_in_blob; in ubc_cs_blob_get() local5507 offset_in_blob = offset - blob->csb_base_offset; in ubc_cs_blob_get()5508 if (offset_in_blob >= blob->csb_start_offset && in ubc_cs_blob_get()5509 offset_in_blob < blob->csb_end_offset) { in ubc_cs_blob_get()