Searched defs:lock_queue_element (Results 1 – 1 of 1) sorted by relevance
72 struct lock_queue_element { struct73 struct lock_queue_element *next; argument74 pthread_cond_t cond;75 fuse_ino_t nodeid1;76 const char *name1;77 char **path1;78 struct node **wnode1;79 fuse_ino_t nodeid2;80 const char *name2;81 char **path2;[all …]