Searched refs:adjust_fetch (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddecmpfs.h149 decmpfs_adjust_fetch_region_func adjust_fetch; member in struct:__anon474
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c1258 decmpfs_adjust_fetch_region_func adjust_fetch = decmp_get_func(hdr->compression_type, adjust_fetch); local
1259 if (adjust_fetch) {
1261 adjust_fetch(vp, decmpfs_ctx, hdr, &uplPos, &uplSize);
1761 .adjust_fetch = NULL, /* no adjust necessary */

Completed in 76 milliseconds