Lines Matching defs:nodeid
145 fuse_ino_t nodeid; member
190 fuse_ino_t nodeid; member
528 static struct node *get_node_nocheck(struct fuse *f, fuse_ino_t nodeid) in get_node_nocheck()
540 static struct node *get_node(struct fuse *f, fuse_ino_t nodeid) in get_node()
976 static void unlock_path(struct fuse *f, fuse_ino_t nodeid, struct node *wnode, in unlock_path()
997 static int try_get_path(struct fuse *f, fuse_ino_t nodeid, const char *name, in try_get_path()
1159 static void debug_path(struct fuse *f, const char *msg, fuse_ino_t nodeid, in debug_path()
1213 static int get_path_common(struct fuse *f, fuse_ino_t nodeid, const char *name, in get_path_common()
1236 static int get_path(struct fuse *f, fuse_ino_t nodeid, char **path) in get_path()
1241 static int get_path_nullok(struct fuse *f, fuse_ino_t nodeid, char **path) in get_path_nullok()
1256 static int get_path_name(struct fuse *f, fuse_ino_t nodeid, const char *name, in get_path_name()
1262 static int get_path_wrlock(struct fuse *f, fuse_ino_t nodeid, const char *name, in get_path_wrlock()
1380 static void free_path_wrlock(struct fuse *f, fuse_ino_t nodeid, in free_path_wrlock()
1391 static void free_path(struct fuse *f, fuse_ino_t nodeid, char *path) in free_path()
1410 static void forget_node(struct fuse *f, fuse_ino_t nodeid, uint64_t nlookup) in forget_node()
1535 static void set_stat(struct fuse *f, fuse_ino_t nodeid, struct stat *stbuf) in set_stat()
2508 static int do_lookup(struct fuse *f, fuse_ino_t nodeid, const char *name, in do_lookup()
2530 static int lookup_path(struct fuse *f, fuse_ino_t nodeid, in lookup_path()