Searched refs:nsect (Results 1 – 1 of 1) sorted by relevance
/fatfs-latest/ |
D | ff.c | 4456 LBA_t nsect; local 4534 fp->fptr = nsect = 0; 4578 nsect = clst2sect(fs, clst); /* Current sector */ 4579 if (nsect == 0) ABORT(fs, FR_INT_ERR); 4580 nsect += (DWORD)(ofs / SS(fs)); 4588 if (fp->fptr % SS(fs) && nsect != fp->sect) { /* Fill sector cache if needed */ 4596 …if (disk_read(fs->pdrv, fp->buf, nsect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); /* Fill sector cache… 4598 fp->sect = nsect; 5914 DWORD sz_buf, sz_blk, n_clst, pau, nsect, n, vsn; local 6109 sect = b_data; nsect = (szb_bit + ss - 1) / ss; /* Start of bitmap and number of bitmap sectors */ [all …]
|