Searched refs:vol_label (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 520 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/ |
D | f2fs_format_main.c | 69 config.vol_label = optarg; in f2fs_parse_options() 70 MSG(0, "Info: Label = %s\n", config.vol_label); in f2fs_parse_options()
|
D | f2fs_format.c | 324 ASCIIToUNICODE(sb.volume_name, (u_int8_t *)config.vol_label); in f2fs_prepare_super_block()
|
/external/kernel-headers/original/uapi/linux/ |
D | msdos_fs.h | 135 __u8 vol_label[11]; /* volume label */ member 158 __u8 vol_label[11]; /* volume label */ member
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 362 c->vol_label = ""; in f2fs_init_configuration()
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 241 char *vol_label; member
|