Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Ddlm_device.h27 #define DLM_DEVICE_VERSION_MAJOR 6 macro
/linux-3.4.99/fs/dlm/
Duser.c451 if (req->version[0] != DLM_DEVICE_VERSION_MAJOR || in check_version()
452 (req->version[0] == DLM_DEVICE_VERSION_MAJOR && in check_version()
462 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()