Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Ddlm_device.h82 struct dlm_lock_result { struct
/linux-4.19.296/fs/dlm/
Duser.c124 static void compat_output(struct dlm_lock_result *res, in compat_output()
696 struct dlm_lock_result result; in copy_result_to_user()
702 memset(&result, 0, sizeof(struct dlm_lock_result)); in copy_result_to_user()
729 len = sizeof(struct dlm_lock_result); in copy_result_to_user()
802 if (count < sizeof(struct dlm_lock_result)) in device_read()