Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Ddlm_device.h75 struct dlm_device_version { struct
/linux-6.1.9/fs/dlm/
Duser.c783 struct dlm_device_version ver; in copy_version_to_user()
785 memset(&ver, 0, sizeof(struct dlm_device_version)); in copy_version_to_user()
790 if (copy_to_user(buf, &ver, sizeof(struct dlm_device_version))) in copy_version_to_user()
792 return sizeof(struct dlm_device_version); in copy_version_to_user()
807 if (count == sizeof(struct dlm_device_version)) { in device_read()