Searched refs:SUP_CACHE (Results 1 – 5 of 5) sorted by relevance
75 #define SUP_CACHE 0x00010000 /* set cache size */ macro
354 *options |= SUP_CACHE;
257 if (disk_type->dtype_options & SUP_CACHE) {
1517 if (((cur_dtype->dtype_options & (SUP_CACHE | SUP_PREFETCH |1589 if ((cur_dtype->dtype_options & SUP_CACHE) &&
717 flags |= SUP_CACHE; in sup_setdtype()