Home
last modified time | relevance | path

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

/system/core/sdcard/
Dsdcard.c531 const struct fuse_in_header *hdr, const struct node* parent_node, in check_caller_access_to_name() argument
534 if (parent_node && parent_node->perm == PERM_ROOT) { in check_caller_access_to_name()
798 struct node* parent_node; in handle_lookup() local
804 parent_node = lookup_node_and_path_by_id_locked(fuse, hdr->nodeid, in handle_lookup()
807 parent_node ? parent_node->name : "?"); in handle_lookup()
810 if (!parent_node || !(actual_name = find_file_within(parent_path, name, in handle_lookup()
814 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, R_OK)) { in handle_lookup()
818 return fuse_reply_entry(fuse, hdr->unique, parent_node, name, actual_name, child_path); in handle_lookup()
928 struct node* parent_node; in handle_mknod() local
934 parent_node = lookup_node_and_path_by_id_locked(fuse, hdr->nodeid, in handle_mknod()
[all …]