Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/blkid/
Dprobe.c521 const unsigned char *label = 0, *vol_label = 0, *tmp; in probe_fat() local
569 vol_label = search_fat_label(dir, root_dir_entries); in probe_fat()
571 if (!vol_label || !memcmp(vol_label, no_name, 11)) in probe_fat()
572 vol_label = ms->ms_label; in probe_fat()
599 vol_label = search_fat_label(dir, count); in probe_fat()
600 if (vol_label) in probe_fat()
616 if (!vol_label || !memcmp(vol_label, no_name, 11)) in probe_fat()
617 vol_label = vs->vs_label; in probe_fat()
621 if (vol_label && memcmp(vol_label, no_name, 11)) { in probe_fat()
622 if ((label_len = figure_label_len(vol_label, 11))) in probe_fat()
[all …]
/third_party/f2fs-tools/mkfs/
Df2fs_format_main.c90 if (strlen(c.vol_label)) in f2fs_show_info()
91 MSG(0, "Info: Label = %s\n", c.vol_label); in f2fs_show_info()
178 c.vol_label = optarg; in f2fs_parse_options()
Df2fs_format.c469 utf8_to_utf16(sb->volume_name, (const char *)c.vol_label, in f2fs_prepare_super_block()
470 MAX_VOLUME_NAME, strlen(c.vol_label)); in f2fs_prepare_super_block()
/third_party/exfatprogs/lib/
Dlibexfat.c396 memcpy(disk_label, vol_entry->vol_label, sizeof(disk_label)); in exfat_conv_volume_label()
457 memset(vol.vol_label, 0, sizeof(vol.vol_label)); in exfat_set_volume_label()
458 memcpy(vol.vol_label, volume_label, volume_label_len); in exfat_set_volume_label()
/third_party/exfatprogs/include/
Dexfat_ondisk.h194 #define vol_label dentry.vol.volume_label macro
/third_party/exfatprogs/mkfs/
Dmkfs.c345 memset(ed[0].vol_label, 0, 22); in exfat_create_root_dir()
346 memcpy(ed[0].vol_label, ui->volume_label, ui->volume_label_len); in exfat_create_root_dir()
/third_party/f2fs-tools/lib/
Dlibf2fs.c690 c.vol_label = ""; in f2fs_init_configuration()
/third_party/f2fs-tools/include/
Df2fs_fs.h374 char *vol_label; member
/third_party/exfatprogs/fsck/
Dfsck.c1054 memcpy(disk_label, dentry->vol_label, sizeof(disk_label)); in read_volume_label()