Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Ddlm_device.h28 #define DLM_DEVICE_VERSION_MAJOR 6 macro
/linux-6.1.9/fs/dlm/
Duser.c482 if (req->version[0] != DLM_DEVICE_VERSION_MAJOR || in check_version()
483 (req->version[0] == DLM_DEVICE_VERSION_MAJOR && in check_version()
493 DLM_DEVICE_VERSION_MAJOR, in check_version()
721 result.version[0] = DLM_DEVICE_VERSION_MAJOR; in copy_result_to_user()
786 ver.version[0] = DLM_DEVICE_VERSION_MAJOR; in copy_version_to_user()