HomeSort by: relevance | last modified time | path
    Searched defs:LCK_CACHE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/include/
locking.h 38 * Set the LCK_CACHE flag to invalidate 'vol' in the internal cache.
51 * or the LCK_CACHE flag is set when it uses the prefix P_.
52 * If LCK_CACHE is set, we do not take out a real lock.
87 #define LCK_CACHE 0x00000100U /* Operation on cache only using P_ lock */
111 #define LCK_VG_DROP_CACHE (LCK_VG | LCK_WRITE | LCK_CACHE)
112 #define LCK_VG_BACKUP (LCK_VG | LCK_CACHE)
  /src/external/gpl2/lvm2/dist/lib/locking/
locking.h 38 * Set the LCK_CACHE flag to invalidate 'vol' in the internal cache.
51 * or the LCK_CACHE flag is set when it uses the prefix P_.
52 * If LCK_CACHE is set, we do not take out a real lock.
87 #define LCK_CACHE 0x00000100U /* Operation on cache only using P_ lock */
111 #define LCK_VG_DROP_CACHE (LCK_VG | LCK_WRITE | LCK_CACHE)
112 #define LCK_VG_BACKUP (LCK_VG | LCK_CACHE)

Completed in 45 milliseconds