Lines Matching refs:LBA_t
1082 LBA_t sect /* Sector LBA to make appearance in the fs->win[] */ in move_window()
1094 sect = (LBA_t)0 - 1; /* Invalidate window if read data is not valid */ in move_window()
1160 static LBA_t clst2sect ( /* !=0:Sector number, 0:Failed (invalid cluster#) */ in clst2sect()
1167 return fs->database + (LBA_t)fs->csize * clst; /* Start sector number of the cluster */ in clst2sect()
1216 …DWORD clen = (DWORD)((LBA_t)((obj->objsize - 1) / SS(fs)) / fs->csize); /* Number of clusters - 1 … in get_fat()
1369 LBA_t sect; in change_bitmap()
1458 LBA_t rt[2]; in remove_chain()
1681 LBA_t sect; in dir_clear()
3309 LBA_t sect /* Sector to load and check if it is an FAT-VBR or not */
3316 fs->wflag = 0; fs->winsect = (LBA_t)0 - 1; /* Invaidate window */
3410 LBA_t bsect;
3743 LBA_t sc;
3939 LBA_t sect;
4039 LBA_t sect;
4456 LBA_t nsect;
4461 LBA_t dsc;
4840 LBA_t sect;
5164 LBA_t sect;
5689 LBA_t sect;
5759 const LBA_t plst[], /* Partition list */
5765 LBA_t sz_drv;
5915 …LBA_t sz_vol, b_vol, b_fat, b_data; /* Volume size, base LBA of volume, base LBA of FAT and base …
5916 LBA_t sect, lba[2];
6061 …b_data = (b_fat + sz_fat + sz_blk - 1) & ~((LBA_t)sz_blk - 1); /* Align data area to the erase blo…
6407 const LBA_t ptbl[], /* Pointer to the size table for each partitions */