Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat_core.c3045 p_fs->num_sectors = GET32(p_bpb->num_huge_sectors); in fat16_mount()
3056 p_fs->vol_id = GET32(p_bpb->vol_serial); in fat16_mount()
3088 p_fs->num_FAT_sectors = GET32(p_bpb->num_fat32_sectors); in fat32_mount()
3101 p_fs->num_sectors = GET32(p_bpb->num_huge_sectors); in fat32_mount()
3109 p_fs->vol_id = GET32(p_bpb->vol_serial); in fat32_mount()
3111 p_fs->root_dir = GET32(p_bpb->root_cluster); in fat32_mount()
3167 p_fs->num_FAT_sectors = GET32(p_bpb->fat_length); in exfat_mount()
3169 p_fs->FAT1_start_sector = p_fs->PBR_sector + GET32(p_bpb->fat_offset); in exfat_mount()
3176 p_fs->root_start_sector = p_fs->PBR_sector + GET32(p_bpb->clu_offset); in exfat_mount()
3180 p_fs->num_clusters = GET32(p_bpb->clu_count) + 2; in exfat_mount()
[all …]
Dexfat.h103 #define GET32(p_src) \ macro
145 #define GET32_A(p_src) GET32(p_src)