Lines Matching defs:root
282 struct exfat_inode *root;
285 root = exfat_alloc_inode(ATTR_SUBDIR);
286 if (!root)
289 root->first_clus = le32_to_cpu(exfat->bs->bsx.root_cluster);
290 dump_directory(ei, root, (size_t)-1, &clus_count);
291 root->size = clus_count * exfat->clus_size;
293 ei->exfat->root = root;
475 if (dir == exfat->root) {
482 if (dir == exfat->root) {
514 if (!exfat->root) {
515 exfat_err("root is NULL\n");
519 list_add(&exfat->root->list, &exfat->dir_list);
987 exfat_err("failed to dump root\n");