Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Ddlm_device.h81 struct dlm_lock_result { struct
/linux-4.4.14/fs/dlm/
Duser.c123 static void compat_output(struct dlm_lock_result *res, in compat_output()
694 struct dlm_lock_result result; in copy_result_to_user()
700 memset(&result, 0, sizeof(struct dlm_lock_result)); in copy_result_to_user()
727 len = sizeof(struct dlm_lock_result); in copy_result_to_user()
800 if (count < sizeof(struct dlm_lock_result)) in device_read()