Searched refs:DLM_DEVICE_VERSION_MAJOR (Results 1 – 4 of 4) sorted by relevance
461 if (req->version[0] != DLM_DEVICE_VERSION_MAJOR || in check_version()462 (req->version[0] == DLM_DEVICE_VERSION_MAJOR && in check_version()472 DLM_DEVICE_VERSION_MAJOR, in check_version()700 result.version[0] = DLM_DEVICE_VERSION_MAJOR; in copy_result_to_user()765 ver.version[0] = DLM_DEVICE_VERSION_MAJOR; in copy_version_to_user()
28 #define DLM_DEVICE_VERSION_MAJOR 6 macro