Lines Matching +defs:node +defs:module
112 struct node { struct
113 struct node *name_next; argument
114 struct node *id_next; argument
115 fuse_ino_t nodeid; argument
118 struct node *parent; argument
119 char *name;
143 fuse_ino_t nodeid; argument
190 static int fuse_load_so_module(const char *module) in fuse_load_so_module()
204 static struct fuse_module *fuse_find_module(const char *module) in fuse_find_module()
216 static struct fuse_module *fuse_get_module(const char *module) in fuse_get_module()
259 struct node *node; in get_node_nocheck() local
270 struct node *node = get_node_nocheck(f, nodeid); in get_node() local
279 static void free_node(struct node *node) in free_node()
285 static void unhash_id(struct fuse *f, struct node *node) in unhash_id()
297 static void hash_id(struct fuse *f, struct node *node) in hash_id()
318 static void unhash_name(struct fuse *f, struct node *node) in unhash_name()
340 static int hash_name(struct fuse *f, struct node *node, fuse_ino_t parentid, in hash_name()
356 static void delete_node(struct fuse *f, struct node *node) in delete_node()
366 static void unref_node(struct fuse *f, struct node *node) in unref_node()
389 struct node *node; in lookup_node() local
401 struct node *node; in find_node() local
478 struct node *node; in get_path_name() local
565 struct node *node; in forget_node() local
581 struct node *node; in remove_node() local
593 struct node *node; in rename_node() local
1059 struct node *node; in is_open() local
1073 struct node *node; in hidden_name() local
1150 static void update_stat(struct node *node, const struct stat *stbuf) in update_stat()
1175 struct node *node; in lookup_path() local
1764 struct node *node; in fuse_do_release() local
1852 struct node *node; in open_auto_cache() local
2144 struct node *node; in fill_dir() local
2455 static struct lock *locks_conflict(struct node *node, const struct lock *lock) in locks_conflict()
2481 static int locks_insert(struct node *node, struct lock *lock) in locks_insert()
3007 static int fuse_push_module(struct fuse *f, const char *module, in fuse_push_module()
3094 char *module; in fuse_new() local
3218 struct node *node; in fuse_destroy() local
3232 struct node *node; in fuse_destroy() local