Home
last modified time | relevance | path

Searched refs:DLM_PLOCK_VERSION_MAJOR (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Ddlm_plock.h16 #define DLM_PLOCK_VERSION_MAJOR 1 macro
/linux-4.4.14/fs/dlm/
Dplock.c42 info->version[0] = DLM_PLOCK_VERSION_MAJOR; in set_version()
49 if ((DLM_PLOCK_VERSION_MAJOR != info->version[0]) || in check_version()
53 DLM_PLOCK_VERSION_MAJOR, in check_version()