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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c550 int upl_abort_code = 0; local
570 upl_abort_code = UPL_ABORT_FREE_ON_EMPTY;
575 upl_abort_code = UPL_ABORT_FREE_ON_EMPTY;
577 upl_abort_code = UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR;
579 upl_abort_code = UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_DUMP_PAGES;
581 ubc_upl_abort_range(upl, upl_offset, abort_size, upl_abort_code);
583 return (upl_abort_code);

Completed in 15 milliseconds