Home
last modified time | relevance | path

Searched refs:parent_node (Results 1 – 1 of 1) sorted by relevance

/system/core/sdcard/
Dfuse.cpp313 const struct fuse_in_header *hdr, const struct node* parent_node, in check_caller_access_to_name() argument
316 if (parent_node && parent_node->perm == PERM_ROOT) { in check_caller_access_to_name()
590 struct node* parent_node; in handle_lookup() local
596 parent_node = lookup_node_and_path_by_id_locked(fuse, hdr->nodeid, in handle_lookup()
599 << " (" << (parent_node ? parent_node->name : "?") << ")"; in handle_lookup()
602 if (!parent_node || !(actual_name = find_file_within(parent_path, name, in handle_lookup()
606 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, R_OK)) { in handle_lookup()
610 return fuse_reply_entry(fuse, hdr->unique, parent_node, name, actual_name, child_path); in handle_lookup()
724 struct node* parent_node; in handle_mknod() local
730 parent_node = lookup_node_and_path_by_id_locked(fuse, hdr->nodeid, in handle_mknod()
[all …]