• Home
  • Raw
  • Download

Lines Matching +defs:node +defs:arg

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
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
1042 int fuse_fs_ioctl(struct fuse_fs *fs, const char *path, int cmd, void *arg, in fuse_fs_ioctl()
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()
2738 static void fuse_lib_ioctl(fuse_req_t req, fuse_ino_t ino, int cmd, void *arg, in fuse_lib_ioctl()
2957 static int fuse_lib_opt_proc(void *data, const char *arg, int key, in fuse_lib_opt_proc()
3218 struct node *node; in fuse_destroy() local
3232 struct node *node; in fuse_destroy() local