Searched refs:wnode1 (Results 1 – 1 of 1) sorted by relevance
/external/libfuse/lib/ |
D | fuse.c | 78 struct node **wnode1; member 1084 wnode = qe->wnode1 ? *qe->wnode1 : NULL; in queue_element_unlock() 1110 qe->wnode1, true); in queue_element_wakeup() 1225 .wnode1 = wnode, in get_path_common() 1314 struct node **wnode1, struct node **wnode2) in try_get_path2() argument 1319 err = try_get_path(f, nodeid1, name1, path1, wnode1, true); in try_get_path2() 1323 struct node *wn1 = wnode1 ? *wnode1 : NULL; in try_get_path2() 1335 struct node **wnode1, struct node **wnode2) in get_path2() argument 1352 path1, path2, wnode1, wnode2); in get_path2() 1358 .wnode1 = wnode1, in get_path2() [all …]
|