Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.c5628 LBA_t sz_vol, b_vol, b_fat, b_data; /* Size of volume, Base LBA of volume, fat, data */ local
5682 b_vol = sz_vol = 0;
5717 sz_vol = ld_dword(pte + PTE_SizLba); /* Get volume size */
5720 sz_vol = LD2PC(vol); /* Volume size */
5725 sz_vol = LD2PC(vol); /* Volume size */
5741 if (disk_ioctl(pdrv, GET_SECTOR_COUNT, &sz_vol) != RES_OK) {fr = FR_DISK_ERR; goto EXIT;}
5742 …b_vol = (fsopt & FM_SFD) ? 0 : 63; /* Volume start sector */ if (sz_vol < b_vol) {fr = FR_MKFS_AB…
5743 sz_vol -= b_vol; /* Volume size */
5745 if (sz_vol < 128) {fr = FR_MKFS_ABORTED; goto EXIT;} /* Check if volume size is >=128s */
5766 n = (DWORD)sz_vol / 0x20000; /* Volume size in unit of 128KS */
[all …]