Lines Matching defs:nodeid
138 fuse_ino_t nodeid; member
183 fuse_ino_t nodeid; member
521 static struct node *get_node_nocheck(struct fuse *f, fuse_ino_t nodeid) in get_node_nocheck()
533 static struct node *get_node(struct fuse *f, fuse_ino_t nodeid) in get_node()
969 static void unlock_path(struct fuse *f, fuse_ino_t nodeid, struct node *wnode, in unlock_path()
990 static int try_get_path(struct fuse *f, fuse_ino_t nodeid, const char *name, in try_get_path()
1133 static void debug_path(struct fuse *f, const char *msg, fuse_ino_t nodeid, in debug_path()
1185 static int get_path_common(struct fuse *f, fuse_ino_t nodeid, const char *name, in get_path_common()
1208 static int get_path(struct fuse *f, fuse_ino_t nodeid, char **path) in get_path()
1213 static int get_path_nullok(struct fuse *f, fuse_ino_t nodeid, char **path) in get_path_nullok()
1228 static int get_path_name(struct fuse *f, fuse_ino_t nodeid, const char *name, in get_path_name()
1234 static int get_path_wrlock(struct fuse *f, fuse_ino_t nodeid, const char *name, in get_path_wrlock()
1331 static void free_path_wrlock(struct fuse *f, fuse_ino_t nodeid, in free_path_wrlock()
1342 static void free_path(struct fuse *f, fuse_ino_t nodeid, char *path) in free_path()
1361 static void forget_node(struct fuse *f, fuse_ino_t nodeid, uint64_t nlookup) in forget_node()
1486 static void set_stat(struct fuse *f, fuse_ino_t nodeid, struct stat *stbuf) in set_stat()
2459 static int do_lookup(struct fuse *f, fuse_ino_t nodeid, const char *name, in do_lookup()
2481 static int lookup_path(struct fuse *f, fuse_ino_t nodeid, in lookup_path()