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

  /src/external/gpl2/lvm2/dist/include/
locking.h 33 * LCK_VG:
50 * LCK_VG: Uses prefix V_ unless the vol begins with # (i.e. #global or #orphans)
77 #define LCK_VG 0x00000000U
106 #define LCK_NONE (LCK_VG | LCK_NULL)
108 #define LCK_VG_READ (LCK_VG | LCK_READ | LCK_HOLD)
109 #define LCK_VG_WRITE (LCK_VG | LCK_WRITE | LCK_HOLD)
110 #define LCK_VG_UNLOCK (LCK_VG | LCK_UNLOCK)
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 33 * LCK_VG:
50 * LCK_VG: Uses prefix V_ unless the vol begins with # (i.e. #global or #orphans)
77 #define LCK_VG 0x00000000U
106 #define LCK_NONE (LCK_VG | LCK_NULL)
108 #define LCK_VG_READ (LCK_VG | LCK_READ | LCK_HOLD)
109 #define LCK_VG_WRITE (LCK_VG | LCK_WRITE | LCK_HOLD)
110 #define LCK_VG_UNLOCK (LCK_VG | LCK_UNLOCK)
111 #define LCK_VG_DROP_CACHE (LCK_VG | LCK_WRITE | LCK_CACHE)
112 #define LCK_VG_BACKUP (LCK_VG | LCK_CACHE)

Completed in 22 milliseconds