Searched refs:vsn (Results 1 – 2 of 2) sorted by relevance
| /fatfs-latest/include/ |
| D | ff.h | 327 FRESULT f_getlabel (const TCHAR* path, TCHAR* label, DWORD* vsn); /* Get volume label */
|
| /fatfs-latest/ |
| D | ff.c | 5362 DWORD* vsn /* Variable to store the volume serial number */ argument 5431 if (res == FR_OK && vsn) { 5446 *vsn = di ? ld_dword(fs->win + di) : 0; /* Get VSN in the VBR */ 5914 DWORD sz_buf, sz_blk, n_clst, pau, nsect, n, vsn; local 6040 vsn = (DWORD)sz_vol + GET_FATTIME(); /* VSN generated from current time and partition size */ 6172 st_dword(buf + BPB_VolIDEx, vsn); /* VSN */ 6301 st_dword(buf + BS_VolID32, vsn); /* VSN */ 6310 st_dword(buf + BS_VolID, vsn); /* VSN */
|