Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kdp/output_stages/
H A Dout_disk.c40 bool last_operation_was_write; member
115 stage_data->last_operation_was_write = true; in disk_stage_write()
160 if (stage_data->last_operation_was_write) { in disk_stage_read()
166 stage_data->last_operation_was_write = false; in disk_stage_read()
265 stage_data->last_operation_was_write = true; in disk_stage_outproc()
325 data->last_operation_was_write = false; in disk_stage_initialize()