Searched refs:root_cluster (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency-tpmi.c68 struct tpmi_uncore_cluster_info root_cluster; member in struct:tpmi_uncore_struct
392 tpmi_uncore->root_cluster.root_domain = true;
393 tpmi_uncore->root_cluster.uncore_root = tpmi_uncore;
395 tpmi_uncore->root_cluster.uncore_data.package_id = pkg;
396 tpmi_uncore->root_cluster.uncore_data.domain_id = UNCORE_DOMAIN_ID_INVALID;
397 ret = uncore_freq_add_entry(&tpmi_uncore->root_cluster.uncore_data, 0);
415 uncore_freq_remove_die_entry(&tpmi_uncore->root_cluster.uncore_data);
/linux-master/include/uapi/linux/
H A Dmsdos_fs.h145 __le32 root_cluster; /* first cluster in member in struct:fat_boot_sector::__anon13013::__anon13015
/linux-master/fs/exfat/
H A Dexfat_raw.h99 __le32 root_cluster; member in struct:boot_sector
H A Dsuper.c490 sbi->root_dir = le32_to_cpu(p_boot->root_cluster);
/linux-master/fs/fat/
H A Dinode.c503 MSDOS_I(dir)->i_start == MSDOS_SB(sb)->root_cluster) {
1404 MSDOS_I(inode)->i_start = sbi->root_cluster;
1483 bpb->fat32_root_cluster = le32_to_cpu(b->fat32.root_cluster);
1709 sbi->root_cluster = 0;
1728 sbi->root_cluster = bpb.fat32_root_cluster;
H A Dfat.h74 unsigned long root_cluster; /* first cluster of the root directory */ member in struct:msdos_sb_info

Completed in 138 milliseconds