Home
last modified time | relevance | path

Searched defs:fuse (Results 1 – 1 of 1) sorted by relevance

/system/core/sdcard/
Dsdcard.c234 struct fuse { struct
235 struct fuse_global* global; argument
247 struct fuse* fuse; argument
402 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 …]