Home
last modified time | relevance | path

Searched refs:io_error (Results 1 – 14 of 14) sorted by relevance

/xnu-11215/osfmk/mach/
H A Dmemory_object.h133 int *io_error,
H A Dmemory_object_types.h159 int *io_error,
/xnu-11215/bsd/vfs/
H A Dvfs_cluster.c2980 iostate.io_error = 0; in cluster_write_direct()
3214 if (iostate.io_error) { in cluster_write_direct()
3300 if (iostate.io_error) { in cluster_write_direct()
3370 iostate.io_error = 0; in cluster_write_contig()
3468 if (iostate.io_error) { in cluster_write_contig()
3513 if (iostate.io_error) { in cluster_write_contig()
4618 iostate.io_error = 0; in cluster_read_copy()
5144 iostate.io_error = 0; in cluster_read_direct()
5609 if (iostate.io_error) { in cluster_read_direct()
5729 iostate.io_error = 0; in cluster_read_contig()
[all …]
/xnu-11215/osfmk/vm/
H A Dbsd_vm.c433 int *io_error, in vnode_pager_data_return() argument
444 vnode_pager_cluster_write(vnode_object, offset, data_cnt, resid_offset, io_error, upl_flags); in vnode_pager_data_return()
761 int * io_error, in vnode_pager_cluster_write() argument
770 if ((upl_flags & UPL_IOSYNC) && io_error) { in vnode_pager_cluster_write()
782 if ((*io_error = errno)) { in vnode_pager_cluster_write()
H A Dvm_swapfile_pager.c95 int *io_error,
249 __unused int *io_error, in swapfile_pager_data_return() argument
H A Dvm_pageout_xnu.h197 int io_error; member
H A Ddevice_vm.c345 __unused int *io_error, in device_pager_data_return() argument
H A Dvm_compressor_pager.c101 __unused int *io_error,
516 __unused int *io_error, in compressor_memory_object_data_return() argument
H A Dvm_apple_protect.c101 int *io_error,
295 __unused int *io_error, in apple_protect_pager_data_return() argument
H A Dvm_shared_region_pager.c108 int *io_error,
461 __unused int *io_error, in shared_region_pager_data_return() argument
H A Dmemory_object.c1995 int *io_error, in memory_object_data_return() argument
2006 io_error, in memory_object_data_return()
H A Dvm_dyld_pager.c102 int *io_error,
253 __unused int *io_error, in dyld_pager_data_return() argument
H A Dvm_compressor_backing_store.c1282 soc->swp_upl_ctx.io_error = 0; in vm_swapout_thread()
H A Dvm_pageout.c9939 (*iodone_func)(upl_ctx->io_context, upl_ctx->io_error);
9955 upl_ctx->io_error = error;