Home
last modified time | relevance | path

Searched refs:vol_label (Results 1 – 6 of 6) 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()
613 if (!vol_label || !memcmp(vol_label, no_name, 11)) in probe_fat()
614 vol_label = vs->vs_label; in probe_fat()
618 if (vol_label && memcmp(vol_label, no_name, 11)) { in probe_fat()
619 if ((label_len = figure_label_len(vol_label, 11))) in probe_fat()
[all …]
/external/f2fs-tools/mkfs/
Df2fs_format_main.c69 config.vol_label = optarg; in f2fs_parse_options()
70 MSG(0, "Info: Label = %s\n", config.vol_label); in f2fs_parse_options()
Df2fs_format.c324 ASCIIToUNICODE(sb.volume_name, (u_int8_t *)config.vol_label); in f2fs_prepare_super_block()
/external/kernel-headers/original/uapi/linux/
Dmsdos_fs.h135 __u8 vol_label[11]; /* volume label */ member
158 __u8 vol_label[11]; /* volume label */ member
/external/f2fs-tools/lib/
Dlibf2fs.c362 c->vol_label = ""; in f2fs_init_configuration()
/external/f2fs-tools/include/
Df2fs_fs.h241 char *vol_label; member