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

/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c3089 unsigned int abort_size; local
3104 abort_size = cl_size - (vs_offset & cl_mask);
3105 abort_size = MIN(abort_size, size);
3107 size -= abort_size;
3108 vs_offset += abort_size;
3117 for (abort_size = 0; cl_index < pages_in_cl && abort_size < size; cl_index++) {
3123 abort_size += vm_page_size;
3125 if (abort_size) {
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c165 static int cluster_ioerror(upl_t upl, int upl_offset, int abort_size, int error, int io_flags);
548 cluster_ioerror(upl_t upl, int upl_offset, int abort_size, int error, int io_flags) argument
558 ubc_upl_commit_range(upl, upl_offset, abort_size, UPL_COMMIT_FREE_ON_EMPTY);
581 ubc_upl_abort_range(upl, upl_offset, abort_size, upl_abort_code);
1581 int abort_size; local
1640 abort_size = (upl_end_offset - upl_offset + PAGE_MASK) & ~PAGE_MASK;
1642 upl_flags = cluster_ioerror(upl, upl_offset - pg_offset, abort_size, error, io_flags);
1645 upl, upl_offset - pg_offset, abort_size, (error << 24) | upl_flags, 0);

Completed in 26 milliseconds