Searched refs:LCST_CAP_REMOVED (Results 1 – 2 of 2) sorted by relevance
132 *changes |= LCST_CAP_REMOVED; in lcollection_insert_update()154 (changes & LCST_CAP_REMOVED) ? "cap removed" : "uncapped"); in lcollection_update_notification_cb()
63 #define LCST_CAP_REMOVED (1<<1) macro