Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency-tpmi.c70 struct tpmi_uncore_cluster_info root_cluster; member
587 tpmi_uncore->root_cluster.root_domain = true; in uncore_probe()
588 tpmi_uncore->root_cluster.uncore_root = tpmi_uncore; in uncore_probe()
590 tpmi_uncore->root_cluster.uncore_data.package_id = pkg; in uncore_probe()
591 tpmi_uncore->root_cluster.uncore_data.domain_id = UNCORE_DOMAIN_ID_INVALID; in uncore_probe()
592 ret = uncore_freq_add_entry(&tpmi_uncore->root_cluster.uncore_data, 0); in uncore_probe()
610 if (tpmi_uncore->root_cluster.root_domain) in uncore_remove()
611 uncore_freq_remove_die_entry(&tpmi_uncore->root_cluster.uncore_data); in uncore_remove()
/linux/fs/exfat/
H A Dexfat_raw.h99 __le32 root_cluster; member
H A Dsuper.c527 sbi->root_dir = le32_to_cpu(p_boot->root_cluster); in exfat_read_boot_sector()
/linux/include/uapi/linux/
H A Dmsdos_fs.h145 __le32 root_cluster; /* first cluster in member
/linux/fs/fat/
H A Dinode.c501 MSDOS_I(dir)->i_start == MSDOS_SB(sb)->root_cluster) { in fat_validate_dir()
1329 MSDOS_I(inode)->i_start = sbi->root_cluster; in fat_read_root()
1408 bpb->fat32_root_cluster = le32_to_cpu(b->fat32.root_cluster); in fat_read_bpb()
1653 sbi->root_cluster = 0; in fat_fill_super()
1672 sbi->root_cluster = bpb.fat32_root_cluster; in fat_fill_super()
H A Dfat.h77 unsigned long root_cluster; /* first cluster of the root directory */ member