Home
last modified time | relevance | path

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

/external/libfuse/lib/
Dfuse.c158 int treelock; member
826 assert(node->treelock == 0); in delete_node()
982 assert(wnode->treelock == TREELOCK_WRITE); in unlock_path()
983 wnode->treelock = 0; in unlock_path()
988 assert(node->treelock != 0); in unlock_path()
989 assert(node->treelock != TREELOCK_WAIT_OFFSET); in unlock_path()
990 assert(node->treelock != TREELOCK_WRITE); in unlock_path()
991 node->treelock--; in unlock_path()
992 if (node->treelock == TREELOCK_WAIT_OFFSET) in unlock_path()
993 node->treelock = 0; in unlock_path()
[all …]