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

/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_backing_store.c2653 unsigned int abort_size; local
2668 abort_size = cl_size - (vs_offset & cl_mask);
2669 abort_size = MIN(abort_size, size);
2671 size -= abort_size;
2672 vs_offset += abort_size;
2681 for (abort_size = 0; cl_index < pages_in_cl && abort_size < size; cl_index++) {
2687 abort_size += vm_page_size;
2689 if (abort_size) {
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c140 static int cluster_ioerror(upl_t upl, int upl_offset, int abort_size, int error, int io_flags);
435 cluster_ioerror(upl_t upl, int upl_offset, int abort_size, int error, int io_flags) argument
445 ubc_upl_commit_range(upl, upl_offset, abort_size, UPL_COMMIT_FREE_ON_EMPTY);
468 ubc_upl_abort_range(upl, upl_offset, abort_size, upl_abort_code);
1390 int abort_size; local
1449 abort_size = (upl_end_offset - upl_offset + PAGE_MASK) & ~PAGE_MASK;
1451 upl_flags = cluster_ioerror(upl, upl_offset - pg_offset, abort_size, error, io_flags);
1454 (int)upl, upl_offset - pg_offset, abort_size, (error << 24) | upl_flags, 0);

Completed in 94 milliseconds