Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dmsdos_fs.h145 __le32 root_cluster; /* first cluster in member
/Linux-v5.4/fs/fat/
Dinode.c506 MSDOS_I(dir)->i_start == MSDOS_SB(sb)->root_cluster) { in fat_validate_dir()
1400 MSDOS_I(inode)->i_start = sbi->root_cluster; in fat_read_root()
1479 bpb->fat32_root_cluster = le32_to_cpu(b->fat32.root_cluster); in fat_read_bpb()
1702 sbi->root_cluster = 0; in fat_fill_super()
1721 sbi->root_cluster = bpb.fat32_root_cluster; in fat_fill_super()
Dfat.h74 unsigned long root_cluster; /* first cluster of the root directory */ member
/Linux-v5.4/drivers/staging/exfat/
Dexfat.h364 u8 root_cluster[4]; member
386 u8 root_cluster[4]; member
Dexfat_core.c3111 p_fs->root_dir = GET32(p_bpb->root_cluster); in fat32_mount()
3186 p_fs->root_dir = GET32(p_bpb->root_cluster); in exfat_mount()