Home
last modified time | relevance | path

Searched defs:lock_queue_element (Results 1 – 1 of 1) sorted by relevance

/external/libfuse/lib/
Dfuse.c72 struct lock_queue_element { struct
73 struct lock_queue_element *next; argument
74 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 …]