Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Ddlm_plock.h17 #define DLM_PLOCK_VERSION_MAJOR 1 macro
/Linux-v4.19/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()