Searched refs:root_cluster (Results 1 – 8 of 8) sorted by relevance
67 struct tpmi_uncore_cluster_info root_cluster; member374 tpmi_uncore->root_cluster.root_domain = true; in uncore_probe()375 tpmi_uncore->root_cluster.uncore_root = tpmi_uncore; in uncore_probe()377 tpmi_uncore->root_cluster.uncore_data.package_id = pkg; in uncore_probe()378 tpmi_uncore->root_cluster.uncore_data.domain_id = UNCORE_DOMAIN_ID_INVALID; in uncore_probe()379 ret = uncore_freq_add_entry(&tpmi_uncore->root_cluster.uncore_data, 0); in uncore_probe()397 uncore_freq_remove_die_entry(&tpmi_uncore->root_cluster.uncore_data); in uncore_remove()
512 bs->root_cluster = FAT2CPU32(bs->root_cluster); in read_bootsectandvi()596 mydata->root_cluster = bs.root_cluster; in get_fs_info()605 mydata->root_cluster = in get_fs_info()621 mydata->root_cluster, in get_fs_info()686 itr->clust = fsdata->root_cluster; in fat_itr_root()687 itr->next_clust = fsdata->root_cluster; in fat_itr_root()727 itr->clust = parent->fsdata->root_cluster; in fat_itr_child()728 itr->next_clust = parent->fsdata->root_cluster; in fat_itr_child()962 itr->clust = itr->fsdata->root_cluster; in fat_itr_resolve()963 itr->next_clust = itr->fsdata->root_cluster; in fat_itr_resolve()
111 __u32 root_cluster; /* First cluster in root directory */ member175 __u32 root_cluster; /* First cluster of root dir for FAT32 */ member
98 __le32 root_cluster; member
486 sbi->root_dir = le32_to_cpu(p_boot->root_cluster); in exfat_read_boot_sector()
145 __le32 root_cluster; /* first cluster in member
503 MSDOS_I(dir)->i_start == MSDOS_SB(sb)->root_cluster) { in fat_validate_dir()1396 MSDOS_I(inode)->i_start = sbi->root_cluster; in fat_read_root()1474 bpb->fat32_root_cluster = le32_to_cpu(b->fat32.root_cluster); in fat_read_bpb()1700 sbi->root_cluster = 0; in fat_fill_super()1719 sbi->root_cluster = bpb.fat32_root_cluster; in fat_fill_super()
74 unsigned long root_cluster; /* first cluster of the root directory */ member