Home
last modified time | relevance | path

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

/external/qemu/
Dblockdev.c122 return BLOCK_ERR_STOP_ENOSPC; in parse_block_error_action()
314 on_write_error = BLOCK_ERR_STOP_ENOSPC; in drive_init()
Dsysemu.h139 BLOCK_ERR_REPORT, BLOCK_ERR_IGNORE, BLOCK_ERR_STOP_ENOSPC,
Dblock.h45 BLOCK_ERR_REPORT, BLOCK_ERR_IGNORE, BLOCK_ERR_STOP_ENOSPC, enumerator
Dvl.c808 return BLOCK_ERR_STOP_ENOSPC; in drive_get_onerror()
1047 onerror = BLOCK_ERR_STOP_ENOSPC; in drive_init()
1056 onerror = BLOCK_ERR_STOP_ENOSPC; in drive_init()
Dvl-android.c1005 return BLOCK_ERR_STOP_ENOSPC; in drive_get_onerror()
1244 onerror = BLOCK_ERR_STOP_ENOSPC; in drive_init()
1253 onerror = BLOCK_ERR_STOP_ENOSPC; in drive_init()
/external/qemu/hw/
Dscsi-disk.c228 if ((error == ENOSPC && action == BLOCK_ERR_STOP_ENOSPC) in scsi_handle_write_error()