Searched refs:C_SSD_GREEDY_MODE (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h259 * For C_SSD_GREEDY_MODE: SSDs may want to write the file payload data using the greedy mode knowing
263 #define C_SSD_GREEDY_MODE 0x0100000 /* Assume future writes are recommended to be written in SLC mode */ macro
H A Dhfs_readwrite.c2234 cp->c_flag |= C_SSD_GREEDY_MODE;
2237 cp->c_flag &= ~C_SSD_GREEDY_MODE;
3178 if (VTOC(vp)->c_flag & C_SSD_GREEDY_MODE) {

Completed in 31 milliseconds