Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat.h91 p_fs->data_start_sector)
94 ((((sec) - p_fs->data_start_sector + 1) & \
98 ((u32)((((sec) - p_fs->data_start_sector) >> \
598 u32 data_start_sector; /* data area start sector */ member
Dexfat_core.c149 n = p_fs->data_start_sector; in clear_cluster()
3041 p_fs->data_start_sector = p_fs->root_start_sector + num_root_sectors; in fat16_mount()
3047 num_reserved = p_fs->data_start_sector - p_fs->PBR_sector; in fat16_mount()
3099 p_fs->data_start_sector = p_fs->root_start_sector; in fat32_mount()
3102 num_reserved = p_fs->data_start_sector - p_fs->PBR_sector; in fat32_mount()
3177 p_fs->data_start_sector = p_fs->root_start_sector; in exfat_mount()