Lines Matching refs:plock_op
32 struct plock_op {
47 static struct plock_op *plock_lookup_waiter(const struct dlm_plock_info *info)
49 struct plock_op *op = NULL, *iter;
85 static void dlm_release_plock_op(struct plock_op *op)
91 static void send_op(struct plock_op *op)
102 struct plock_op *op;
127 struct plock_op *op;
242 static int dlm_plock_callback(struct plock_op *op)
296 struct plock_op *op;
370 struct plock_op *op;
433 struct plock_op *op;
495 struct plock_op *op = NULL;
502 op = list_first_entry(&send_list, struct plock_op, list);
528 /* a write copies in one plock result that should match a plock_op
533 struct plock_op *op = NULL, *iter;