Searched refs:b_vol (Results 1 – 1 of 1) sorted by relevance
5628 LBA_t sz_vol, b_vol, b_fat, b_data; /* Size of volume, Base LBA of volume, fat, data */ local5682 b_vol = sz_vol = 0;5716 b_vol = ld_dword(pte + PTE_StLba); /* Get volume start sector */5719 b_vol = LD2PS(vol); /* Volume start sector */5724 b_vol = LD2PS(vol); /* Volume start sector */5726 if (disk_read(pdrv, buf, b_vol, 1) != RES_OK) return FR_DISK_ERR; /* Load GPT partition info */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 */5790 b_fat = b_vol + sz_rsv; /* FAT base */5805 if (sz_vol < b_data + pau * 16 - b_vol) { /* Too small volume? */[all …]