Searched refs:CACHE_LOCKED (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dlvmcache.h29 #define CACHE_LOCKED 0x00000002 macro
/netbsd-current/external/gpl2/lvm2/dist/lib/cache/
H A Dlvmcache.h29 #define CACHE_LOCKED 0x00000002 macro
H A Dlvmcache.c122 int was_locked = (info->status & CACHE_LOCKED) ? 1 : 0;
134 info->status |= CACHE_LOCKED;
136 info->status &= ~CACHE_LOCKED;
422 if (!(info->status & CACHE_LOCKED))

Completed in 135 milliseconds