Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Ddlm_device.h75 struct dlm_device_version { struct
/openbmc/linux/fs/dlm/
H A Duser.c787 struct dlm_device_version ver; in copy_version_to_user()
789 memset(&ver, 0, sizeof(struct dlm_device_version)); in copy_version_to_user()
794 if (copy_to_user(buf, &ver, sizeof(struct dlm_device_version))) in copy_version_to_user()
796 return sizeof(struct dlm_device_version); in copy_version_to_user()
810 if (count == sizeof(struct dlm_device_version)) { in device_read()