Home
last modified time | relevance | path

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

/u-boot/fs/fat/
A Dfat.c1143 char vol_label[12]; in file_fat_detectfs() local
1191 memcpy(vol_label, volinfo.volume_label, 11); in file_fat_detectfs()
1192 vol_label[11] = '\0'; in file_fat_detectfs()
1195 printf("Filesystem: %s \"%s\"\n", volinfo.fs_type, vol_label); in file_fat_detectfs()

Completed in 5 milliseconds