Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Ddlm_device.h82 struct dlm_lock_result { struct
/linux-6.1.9/fs/dlm/
Duser.c123 static void compat_output(struct dlm_lock_result *res, in compat_output()
714 struct dlm_lock_result result; in copy_result_to_user()
720 memset(&result, 0, sizeof(struct dlm_lock_result)); in copy_result_to_user()
747 len = sizeof(struct dlm_lock_result); in copy_result_to_user()
820 if (count < sizeof(struct dlm_lock_result)) in device_read()