Home
last modified time | relevance | path

Searched refs:vsn (Results 1 – 2 of 2) sorted by relevance

/fatfs-latest/include/
Dff.h327 FRESULT f_getlabel (const TCHAR* path, TCHAR* label, DWORD* vsn); /* Get volume label */
/fatfs-latest/
Dff.c5362 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 */