Searched refs:offset_in_blob (Results 1 – 1 of 1) sorted by relevance
5441 off_t offset_in_blob; in ubc_cs_blob_get_supplement() local5459 offset_in_blob = offset - blob->csb_base_offset; in ubc_cs_blob_get_supplement()5460 if (offset_in_blob < blob->csb_start_offset || offset_in_blob >= blob->csb_end_offset) { in ubc_cs_blob_get_supplement()5481 off_t offset_in_blob; in ubc_cs_blob_get() local5497 offset_in_blob = offset - blob->csb_base_offset; in ubc_cs_blob_get()5498 if (offset_in_blob >= blob->csb_start_offset && in ubc_cs_blob_get()5499 offset_in_blob < blob->csb_end_offset) { in ubc_cs_blob_get()