Lines Matching refs:plock_op
32 struct plock_op { struct
47 static struct plock_op *plock_lookup_waiter(const struct dlm_plock_info *info) in plock_lookup_waiter() argument
49 struct plock_op *op = NULL, *iter; in plock_lookup_waiter()
85 static void dlm_release_plock_op(struct plock_op *op) in dlm_release_plock_op()
91 static void send_op(struct plock_op *op) in send_op()
102 struct plock_op *op; in do_lock_cancel()
127 struct plock_op *op; in dlm_posix_lock()
242 static int dlm_plock_callback(struct plock_op *op) in dlm_plock_callback()
296 struct plock_op *op; in dlm_posix_unlock()
370 struct plock_op *op; in dlm_posix_cancel()
433 struct plock_op *op; in dlm_posix_get()
495 struct plock_op *op = NULL; in dev_read()
502 op = list_first_entry(&send_list, struct plock_op, list); in dev_read()
533 struct plock_op *op = NULL, *iter; in dev_write()