Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
H A Dfuse.c969 static void unlock_path(struct fuse *f, fuse_ino_t nodeid, struct node *wnode, in unlock_path() argument
974 if (wnode) { in unlock_path()
975 assert(wnode->treelock == TREELOCK_WRITE); in unlock_path()
976 wnode->treelock = 0; in unlock_path()
997 struct node *wnode = NULL; in try_get_path() local
1019 wnode = lookup_node(f, nodeid, name); in try_get_path()
1020 if (wnode) { in try_get_path()
1021 if (wnode->treelock != 0) { in try_get_path()
1022 if (wnode->treelock > 0) in try_get_path()
1023 wnode in try_get_path()
1137 struct node *wnode = NULL; debug_path() local
1185 get_path_common(struct fuse *f, fuse_ino_t nodeid, const char *name, char **path, struct node **wnode) get_path_common() argument
1234 get_path_wrlock(struct fuse *f, fuse_ino_t nodeid, const char *name, char **path, struct node **wnode) get_path_wrlock() argument
1331 free_path_wrlock(struct fuse *f, fuse_ino_t nodeid, struct node *wnode, char *path) free_path_wrlock() argument
2955 struct node *wnode; fuse_lib_unlink() local
2994 struct node *wnode; fuse_lib_rmdir() local
[all...]

Completed in 6 milliseconds