Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kdp/output_stages/
H A Dout_disk.c39 bool last_operation_was_write; member
114 stage_data->last_operation_was_write = true; in disk_stage_write()
159 if (stage_data->last_operation_was_write) { in disk_stage_read()
165 stage_data->last_operation_was_write = false; in disk_stage_read()
264 stage_data->last_operation_was_write = true; in disk_stage_outproc()
324 data->last_operation_was_write = false; in disk_stage_initialize()