Searched refs:op_data (Results 1 – 1 of 1) sorted by relevance
125 struct plock_async_data *op_data; in dlm_posix_lock() local151 op_data = kzalloc(sizeof(*op_data), GFP_NOFS); in dlm_posix_lock()152 if (!op_data) { in dlm_posix_lock()159 locks_init_lock(&op_data->flc); in dlm_posix_lock()161 op_data->fl = fl; in dlm_posix_lock()162 op_data->file = file; in dlm_posix_lock()164 op->data = op_data; in dlm_posix_lock()250 file = op_data->file; in dlm_plock_callback()251 flc = &op_data->flc; in dlm_plock_callback()252 fl = op_data->fl; in dlm_plock_callback()[all …]
Completed in 11 milliseconds