Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/vfs/
H A Dvfs_cluster.c988 int upl_abort_code = 0; in cluster_ioerror() local
1009 upl_abort_code = UPL_ABORT_FREE_ON_EMPTY; in cluster_ioerror()
1014 upl_abort_code = UPL_ABORT_FREE_ON_EMPTY; in cluster_ioerror()
1016 upl_abort_code = UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR; in cluster_ioerror()
1018 upl_abort_code = UPL_ABORT_FREE_ON_EMPTY /* | UPL_ABORT_DUMP_PAGES */; in cluster_ioerror()
1021 ubc_upl_abort_range(upl, upl_offset, abort_size, upl_abort_code); in cluster_ioerror()
1023 return upl_abort_code; in cluster_ioerror()