Searched refs:G_CF_SPOILED (Results 1 – 2 of 2) sorted by relevance
885 if (cp->geom->spoiled != NULL && (cp->flags & G_CF_SPOILED) && in g_access()1084 if ((cp->flags & G_CF_SPOILED) == 0) in g_spoil_event()1086 cp->flags &= ~G_CF_SPOILED; in g_spoil_event()1111 cp2->flags |= G_CF_SPOILED; in g_spoil()1145 cp->flags |= G_CF_SPOILED; in g_media_changed()1155 cp->flags |= G_CF_SPOILED; in g_media_gone()
178 #define G_CF_SPOILED 0x1 macro