Searched refs:root_obj (Results 1 – 1 of 1) sorted by relevance
370 struct object_info root_obj; in adfs_fill_super() local465 root_obj.parent_id = root_obj.file_id = le32_to_cpu(dr->root); in adfs_fill_super()466 root_obj.name_len = 0; in adfs_fill_super()468 root_obj.loadaddr = 0xfff0003f; in adfs_fill_super()469 root_obj.execaddr = 0xec22c000; in adfs_fill_super()470 root_obj.size = ADFS_NEWDIR_SIZE; in adfs_fill_super()471 root_obj.attr = ADFS_NDA_DIRECTORY | ADFS_NDA_OWNER_READ | in adfs_fill_super()473 root_obj.filetype = -1; in adfs_fill_super()480 root_obj.size = le32_to_cpu(dr->root_size); in adfs_fill_super()495 root = adfs_iget(sb, &root_obj); in adfs_fill_super()