Searched refs:st_qword (Results 1 – 1 of 1) sorted by relevance
/fatfs-2.7.6/ |
D | ff.c | 667 static void st_qword (BYTE* ptr, QWORD val) /* Store an 8-byte word in little-endian */ in st_qword() function 2467 st_qword(fs->dirbuf + XDIR_FileSize, dp->obj.objsize); 2468 st_qword(fs->dirbuf + XDIR_ValidFileSize, dp->obj.objsize); 4108 st_qword(fs->dirbuf + XDIR_FileSize, fp->obj.objsize); /* Update file size */ 4109 …st_qword(fs->dirbuf + XDIR_ValidFileSize, fp->obj.objsize); /* (FatFs does not support Valid File … 5714 st_qword(buf + ofs + GPTE_FstLba, nxt_alloc); /* Set partition start sector */ 5715 st_qword(buf + ofs + GPTE_LstLba, nxt_alloc + sz_part - 1); /* Set partition end sector */ 5729 st_qword(buf + GPTH_CurLba, 1); /* LBA of this header */ 5730 st_qword(buf + GPTH_BakLba, sz_drv - 1); /* LBA of secondary header */ 5731 st_qword(buf + GPTH_FstLba, 2 + sz_ptbl); /* LBA of first allocatable sector */ [all …]
|