Searched refs:abort_size (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/vfs/ ! |
| H A D | vfs_cluster.c | 190 static int cluster_ioerror(upl_t upl, int upl_offset, int abort_size, int error, int io_flags, vnod… 704 cluster_ioerror(upl_t upl, int upl_offset, int abort_size, int error, int io_flags, vnode_t vp) in cluster_ioerror() argument 714 ubc_upl_commit_range(upl, upl_offset, abort_size, UPL_COMMIT_FREE_ON_EMPTY); in cluster_ioerror() 739 ubc_upl_abort_range(upl, upl_offset, abort_size, upl_abort_code); in cluster_ioerror() 2009 int abort_size; in cluster_io() local 2079 abort_size = (int)((upl_end_offset - upl_offset + PAGE_MASK) & ~PAGE_MASK); in cluster_io() 2082 abort_size, error, io_flags, vp); in cluster_io() 2085 upl, upl_offset - pg_offset, abort_size, (error << 24) | upl_flags, 0); in cluster_io()
|