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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.h220 * For C_SSD_STATIC: SSDs may want to deal with the file payload data in a
224 #define C_SSD_STATIC 0x00800 /* Assume future writes contain static content */ macro
H A Dhfs_readwrite.c2385 cp->c_flag |= C_SSD_STATIC;
2388 cp->c_flag &= ~C_SSD_STATIC;
3210 if (VTOC(vp)->c_flag & C_SSD_STATIC) {

Completed in 27 milliseconds