Lines Matching defs:node
147 struct node { struct
152 * The inode number for this FUSE node. Note that this isn't stable across argument
163 struct node *next; /* per-dir sibling list */ argument
164 struct node *child; /* first contained file by this dir */ argument
165 struct node *parent; /* containing directory */ argument
167 size_t namelen;
168 char *name;
174 char *actual_name;
178 char* graft_path;
179 size_t graft_pathlen;
181 bool deleted;
268 static void acquire_node_locked(struct node* node) in acquire_node_locked()
276 static void release_node_locked(struct node* node) in release_node_locked()
297 static void add_node_to_parent_locked(struct node *node, struct node *parent) { in add_node_to_parent_locked()
304 static void remove_node_from_parent_locked(struct node* node) in remove_node_from_parent_locked()
327 static ssize_t get_node_path_locked(struct node* node, char* buf, size_t bufsize) { in get_node_path_locked()
403 const struct stat *s, const struct node* node) { in attr_from_stat()
464 struct node *node) { in derive_permissions_locked()
518 struct node *node; in derive_permissions_recursive_locked() local
553 const struct fuse_in_header *hdr, const struct node* node, int mode) { in check_caller_access_to_node()
560 struct node *node; in create_node_locked() local
602 static int rename_node_locked(struct node *node, const char *name, in rename_node_locked()
655 struct node* node = lookup_node_by_id_locked(fuse, nid); in lookup_node_and_path_by_id_locked() local
662 static struct node *lookup_child_by_name_locked(struct node *node, const char *name) in lookup_child_by_name_locked()
723 struct node* node; in fuse_reply_entry() local
748 static int fuse_reply_attr(struct fuse* fuse, __u64 unique, const struct node* node, in fuse_reply_attr()
824 struct node* node; in handle_forget() local
843 struct node* node; in handle_getattr() local
865 struct node* node; in handle_setattr() local
1194 struct node* node; in handle_open() local
1365 struct node* node; in handle_opendir() local
1497 struct node* node; in handle_canonical_path() local