SUP_CACHE
if (disk_type->dtype_options & SUP_CACHE) {
if (((cur_dtype->dtype_options & (SUP_CACHE | SUP_PREFETCH |
if ((cur_dtype->dtype_options & SUP_CACHE) &&
*options |= SUP_CACHE;
flags |= SUP_CACHE;