Searched defs:fuse (Results 1 – 1 of 1) sorted by relevance
234 struct fuse { struct235 struct fuse_global* global; argument247 struct fuse* fuse; argument402 static void attr_from_stat(struct fuse* fuse, struct fuse_attr *attr, in attr_from_stat()463 static void derive_permissions_locked(struct fuse* fuse, struct node *parent, in derive_permissions_locked()517 static void derive_permissions_recursive_locked(struct fuse* fuse, struct node *parent) { in derive_permissions_recursive_locked()530 static bool check_caller_access_to_name(struct fuse* fuse, in check_caller_access_to_name()552 static bool check_caller_access_to_node(struct fuse* fuse, in check_caller_access_to_node()557 struct node *create_node_locked(struct fuse* fuse, in create_node_locked()643 static struct node *lookup_node_by_id_locked(struct fuse *fuse, __u64 nid) in lookup_node_by_id_locked()[all …]