Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Ddlm_device.h82 struct dlm_lock_result { struct
/openbmc/linux/fs/dlm/
H A Duser.c123 static void compat_output(struct dlm_lock_result *res, in compat_output()
718 struct dlm_lock_result result; in copy_result_to_user()
724 memset(&result, 0, sizeof(struct dlm_lock_result)); in copy_result_to_user()
751 len = sizeof(struct dlm_lock_result); in copy_result_to_user()
823 if (count < sizeof(struct dlm_lock_result)) in device_read()