Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Ddlm_device.h75 struct dlm_device_version { struct
/Linux-v4.19/fs/dlm/
Duser.c764 struct dlm_device_version ver; in copy_version_to_user()
766 memset(&ver, 0, sizeof(struct dlm_device_version)); in copy_version_to_user()
771 if (copy_to_user(buf, &ver, sizeof(struct dlm_device_version))) in copy_version_to_user()
773 return sizeof(struct dlm_device_version); in copy_version_to_user()
788 if (count == sizeof(struct dlm_device_version)) { in device_read()