Home
last modified time | relevance | path

Searched refs:wnode (Results 1 – 1 of 1) sorted by relevance

/external/libfuse/lib/
Dfuse.c976 static void unlock_path(struct fuse *f, fuse_ino_t nodeid, struct node *wnode, in unlock_path() argument
981 if (wnode) { in unlock_path()
982 assert(wnode->treelock == TREELOCK_WRITE); in unlock_path()
983 wnode->treelock = 0; in unlock_path()
1004 struct node *wnode = NULL; in try_get_path() local
1026 wnode = lookup_node(f, nodeid, name); in try_get_path()
1027 if (wnode) { in try_get_path()
1028 if (wnode->treelock != 0) { in try_get_path()
1029 if (wnode->treelock > 0) in try_get_path()
1030 wnode->treelock += TREELOCK_WAIT_OFFSET; in try_get_path()
[all …]