Lines Matching defs:lock_queue_element
67 struct lock_queue_element { struct68 struct lock_queue_element *next; argument69 pthread_cond_t cond;70 fuse_ino_t nodeid1;71 const char *name1;72 char **path1;73 struct node **wnode1;74 fuse_ino_t nodeid2;75 const char *name2;76 char **path2;77 struct node **wnode2;78 int err;79 bool done : 1;