Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Ddlm_device.h28 #define DLM_DEVICE_VERSION_MAJOR 6 macro
/Linux-v6.6/fs/dlm/
Duser.c487 if (req->version[0] != DLM_DEVICE_VERSION_MAJOR || in check_version()
488 (req->version[0] == DLM_DEVICE_VERSION_MAJOR && in check_version()
498 DLM_DEVICE_VERSION_MAJOR, in check_version()
726 result.version[0] = DLM_DEVICE_VERSION_MAJOR; in copy_result_to_user()
791 ver.version[0] = DLM_DEVICE_VERSION_MAJOR; in copy_version_to_user()