Lines Matching refs:lock_queue_element
67 struct lock_queue_element { struct
68 struct lock_queue_element *next; argument
119 struct lock_queue_element *lockq;
1093 static void queue_element_wakeup(struct fuse *f, struct lock_queue_element *qe) in queue_element_wakeup()
1127 struct lock_queue_element *qe; in wake_up_queued()
1152 static void queue_path(struct fuse *f, struct lock_queue_element *qe) in queue_path()
1154 struct lock_queue_element **qp; in queue_path()
1163 static void dequeue_path(struct fuse *f, struct lock_queue_element *qe) in dequeue_path()
1165 struct lock_queue_element **qp; in dequeue_path()
1172 static int wait_path(struct fuse *f, struct lock_queue_element *qe) in wait_path()
1193 struct lock_queue_element qe = { in get_path_common()
1305 struct lock_queue_element qe = { in get_path2()
1374 struct lock_queue_element qe = { in forget_node()