Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c5815 LBA_t sz_vol, b_vol, b_fat, b_data; /* Size of volume, Base LBA of volume, fat, data */ local
5862 b_vol = sz_vol = 0;
5881 b_vol = ld_qword(buf + ofs + GPTE_FstLba);
5882 sz_vol = ld_qword(buf + ofs + GPTE_LstLba) - b_vol + 1;
5894 b_vol = ld_dword(pte + PTE_StLba); /* Get volume start sector */
5904b_vol = GPT_ALIGN / ss; sz_vol -= b_vol + GPT_ITEMS * SZ_GPTE / ss + 1; /* Estimated partition off…
5909 b_vol = N_SEC_TRACK; sz_vol -= b_vol; /* Estimated partition offset and size */
5947 …lba[0] = b_vol; lba[1] = b_vol + sz_vol - 1; /* Inform storage device that the volume area may be …
5956 b_fat = b_vol + 32; /* FAT start at offset 32 */
5959 if (b_data - b_vol >= sz_vol / 2) LEAVE_MKFS(FR_MKFS_ABORTED); /* Too small volume? */
[all …]