Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dmsdos_fs.h147 __le32 root_cluster; /* first cluster in member
/linux-4.1.27/fs/fat/
Dinode.c1285 MSDOS_I(inode)->i_start = sbi->root_cluster; in fat_read_root()
1364 bpb->fat32_root_cluster = le32_to_cpu(b->fat32.root_cluster); in fat_read_bpb()
1581 sbi->root_cluster = 0; in fat_fill_super()
1594 sbi->root_cluster = bpb.fat32_root_cluster; in fat_fill_super()
Dfat.h73 unsigned long root_cluster; /* first cluster of the root directory */ member