Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Ddlm_device.h27 #define DLM_DEVICE_VERSION_MAJOR 6 macro
/linux-4.4.14/fs/dlm/
Duser.c457 if (req->version[0] != DLM_DEVICE_VERSION_MAJOR || in check_version()
458 (req->version[0] == DLM_DEVICE_VERSION_MAJOR && in check_version()
468 DLM_DEVICE_VERSION_MAJOR, in check_version()
701 result.version[0] = DLM_DEVICE_VERSION_MAJOR; in copy_result_to_user()
766 ver.version[0] = DLM_DEVICE_VERSION_MAJOR; in copy_version_to_user()