Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dmsdos_fs.h164 } fat32; member
/linux-4.19.296/fs/fat/
Dinode.c691 b->fat32.state |= FAT_STATE_DIRTY; in fat_set_state()
693 b->fat32.state &= ~FAT_STATE_DIRTY; in fat_set_state()
1475 bpb->fat32_length = le32_to_cpu(b->fat32.length); in fat_read_bpb()
1476 bpb->fat32_root_cluster = le32_to_cpu(b->fat32.root_cluster); in fat_read_bpb()
1477 bpb->fat32_info_sector = le16_to_cpu(b->fat32.info_sector); in fat_read_bpb()
1478 bpb->fat32_state = b->fat32.state; in fat_read_bpb()
1479 bpb->fat32_vol_id = get_unaligned_le32(b->fat32.vol_id); in fat_read_bpb()