Lines Matching refs:root
200 struct node root; member
639 return &fuse->global->root; in lookup_node_by_id_locked()
1285 res = get_node_path_locked(&fuse->global->root, path, sizeof(path)); in handle_statfs()
1290 if (statfs(fuse->global->root.name, &stat) < 0) { in handle_statfs()
1680 derive_permissions_recursive_locked(global->fuse_default, &global->root); in read_package_list()
1814 memset(&global.root, 0, sizeof(global.root)); in run()
1815 global.root.nid = FUSE_ROOT_ID; /* 1 */ in run()
1816 global.root.refcount = 2; in run()
1817 global.root.namelen = strlen(source_path); in run()
1818 global.root.name = strdup(source_path); in run()
1819 global.root.userid = userid; in run()
1820 global.root.uid = AID_ROOT; in run()
1821 global.root.under_android = false; in run()
1826 global.root.perm = PERM_PRE_ROOT; in run()
1829 global.root.perm = PERM_ROOT; in run()