Home
last modified time | relevance | path

Searched refs:offset_in_blob (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c5441 off_t offset_in_blob; in ubc_cs_blob_get_supplement() local
5459 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() local
5497 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()