Home
last modified time | relevance | path

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

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