Searched refs:root_obj (Results 1 – 1 of 1) sorted by relevance
369 struct object_info root_obj; in adfs_fill_super() local473 root_obj.parent_id = root_obj.file_id = le32_to_cpu(dr->root); in adfs_fill_super()474 root_obj.name_len = 0; in adfs_fill_super()476 root_obj.loadaddr = 0xfff0003f; in adfs_fill_super()477 root_obj.execaddr = 0xec22c000; in adfs_fill_super()478 root_obj.size = ADFS_NEWDIR_SIZE; in adfs_fill_super()479 root_obj.attr = ADFS_NDA_DIRECTORY | ADFS_NDA_OWNER_READ | in adfs_fill_super()481 root_obj.filetype = -1; in adfs_fill_super()488 root_obj.size = le32_to_cpu(dr->root_size); in adfs_fill_super()503 root = adfs_iget(sb, &root_obj); in adfs_fill_super()