Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Ddlm_plock.h17 #define DLM_PLOCK_VERSION_MAJOR 1 macro
/linux-6.1.9/fs/dlm/
Dplock.c41 info->version[0] = DLM_PLOCK_VERSION_MAJOR; in set_version()
48 if ((DLM_PLOCK_VERSION_MAJOR != info->version[0]) || in check_version()
52 DLM_PLOCK_VERSION_MAJOR, in check_version()