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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h236 * For C_SSD_STATIC: SSDs may want to deal with the file payload data in a
240 #define C_SSD_STATIC 0x0000800 /* Assume future writes contain static content */ macro
H A Dhfs_readwrite.c2196 cp->c_flag |= C_SSD_STATIC;
2199 cp->c_flag &= ~C_SSD_STATIC;
3173 if (VTOC(vp)->c_flag & C_SSD_STATIC) {

Completed in 30 milliseconds