Searched refs:fat32 (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dmsdos_fs.h159 } fat32; member in union:fat_boot_sector::__anon13013
/linux-master/fs/fat/
H A Dinode.c700 b->fat32.state |= FAT_STATE_DIRTY;
702 b->fat32.state &= ~FAT_STATE_DIRTY;
1482 bpb->fat32_length = le32_to_cpu(b->fat32.length);
1483 bpb->fat32_root_cluster = le32_to_cpu(b->fat32.root_cluster);
1484 bpb->fat32_info_sector = le16_to_cpu(b->fat32.info_sector);
1485 bpb->fat32_state = b->fat32.state;
1486 bpb->fat32_vol_id = get_unaligned_le32(b->fat32.vol_id);

Completed in 211 milliseconds