Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Dprobe.c520 const unsigned char *label = 0, *vol_label = 0, *tmp; in probe_fat() local
568 vol_label = search_fat_label(dir, root_dir_entries); in probe_fat()
570 if (!vol_label || !memcmp(vol_label, no_name, 11)) in probe_fat()
571 vol_label = ms->ms_label; in probe_fat()
598 vol_label = search_fat_label(dir, count); in probe_fat()
599 if (vol_label) in probe_fat()
615 if (!vol_label || !memcmp(vol_label, no_name, 11)) in probe_fat()
616 vol_label = vs->vs_label; in probe_fat()
620 if (vol_label && memcmp(vol_label, no_name, 11)) { in probe_fat()
621 if ((label_len = figure_label_len(vol_label, 11))) in probe_fat()
[all …]
/external/f2fs-tools/mkfs/
Df2fs_format_main.c84 if (strlen(c.vol_label)) in f2fs_show_info()
85 MSG(0, "Info: Label = %s\n", c.vol_label); in f2fs_show_info()
156 c.vol_label = optarg; in f2fs_parse_options()
Df2fs_format.c437 utf8_to_utf16(sb->volume_name, (const char *)c.vol_label, in f2fs_prepare_super_block()
438 MAX_VOLUME_NAME, strlen(c.vol_label)); in f2fs_prepare_super_block()
/external/kernel-headers/original/uapi/linux/
Dmsdos_fs.h133 __u8 vol_label[MSDOS_NAME]; /* volume label */ member
156 __u8 vol_label[MSDOS_NAME]; /* volume label */ member
/external/u-boot/fs/fat/
Dfat.c967 char vol_label[12]; in file_fat_detectfs() local
1015 memcpy(vol_label, volinfo.volume_label, 11); in file_fat_detectfs()
1016 vol_label[11] = '\0'; in file_fat_detectfs()
1019 printf("Filesystem: %s \"%s\"\n", volinfo.fs_type, vol_label); in file_fat_detectfs()
/external/f2fs-tools/lib/
Dlibf2fs.c623 c.vol_label = ""; in f2fs_init_configuration()
/external/f2fs-tools/include/
Df2fs_fs.h358 char *vol_label; member