Home
last modified time | relevance | path

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

/aosp_15_r20/external/libfuse/lib/
H A Dfuse.c67 struct lock_queue_element { struct
68 struct lock_queue_element *next; argument
69 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 …]