Searched defs:lock_queue_element (Results 1 – 1 of 1) sorted by relevance
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;[all …]