Home
last modified time | relevance | path

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

/fatfs-2.7.6/include/
Dff.h327 FRESULT f_getlabel (const TCHAR* path, TCHAR* label, DWORD* vsn); /* Get volume label */
/fatfs-2.7.6/
Dff.c5277 DWORD* vsn /* Variable to store the volume serial number */ argument
5342 if (res == FR_OK && vsn) {
5357 *vsn = ld_dword(fs->win + di);
5814 DWORD sz_buf, sz_blk, n_clst, pau, nsect, n, vsn; local
5937 vsn = (DWORD)sz_vol + GET_FATTIME(); /* VSN generated from current time and partitiion size */
6068 st_dword(buf + BPB_VolIDEx, vsn); /* VSN */
6197 st_dword(buf + BS_VolID32, vsn); /* VSN */
6206 st_dword(buf + BS_VolID, vsn); /* VSN */