Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/exfat/
Dexfat_raw.h95 __le32 root_cluster; member
Dsuper.c487 sbi->root_dir = le32_to_cpu(p_boot->root_cluster); in exfat_read_boot_sector()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dmsdos_fs.h116 __le32 root_cluster; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dmsdos_fs.h145 __le32 root_cluster; /* first cluster in member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dmsdos_fs.h111 __le32 root_cluster; member
/kernel/linux/linux-5.10/fs/fat/
Dinode.c506 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()
1475 bpb->fat32_root_cluster = le32_to_cpu(b->fat32.root_cluster); in fat_read_bpb()
1704 sbi->root_cluster = 0; in fat_fill_super()
1723 sbi->root_cluster = bpb.fat32_root_cluster; in fat_fill_super()
Dfat.h74 unsigned long root_cluster; /* first cluster of the root directory */ member