Searched refs:UPL_DECMP_REQ (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/vm/
H A Dvm_pageout.h337 #define UPL_DECMP_REQ 0x80000 macro
H A Dvm_pageout.c4289 * represent the compressed file as busy. We tag this upl with the flag UPL_DECMP_REQ. Decmpfs
4302 assert((src_upl->flags & UPL_DECMP_REQ) != 0);
4421 assert((src_upl->flags & UPL_DECMP_REQ) != 0);
4500 upl->flags |= UPL_DECMP_REQ;
4508 if(upl && (upl->flags & UPL_DECMP_REQ)) {
H A Dvm_object.c8816 if ((upl->flags & UPL_DECMP_REQ) && upl->decmp_io_upl) {

Completed in 85 milliseconds