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

/external/f2fs-tools/mkfs/
H A Df2fs_format_main.c69 config.vol_label = optarg;
70 MSG(0, "Info: Label = %s\n", config.vol_label);
H A Df2fs_format.c290 ASCIIToUNICODE(super_block.volume_name, (u_int8_t *)config.vol_label);
/external/kernel-headers/original/uapi/linux/
H A Dmsdos_fs.h135 __u8 vol_label[11]; /* volume label */ member in struct:fat_boot_sector::__anon23170::__anon23171
158 __u8 vol_label[11]; /* volume label */ member in struct:fat_boot_sector::__anon23170::__anon23172
/external/e2fsprogs/lib/blkid/
H A Dprobe.c520 const unsigned char *label = 0, *vol_label = 0, *tmp; local
568 vol_label = search_fat_label(dir, root_dir_entries);
570 if (!vol_label || !memcmp(vol_label, no_name, 11))
571 vol_label = ms->ms_label;
598 vol_label = search_fat_label(dir, count);
599 if (vol_label)
613 if (!vol_label || !memcmp(vol_label, no_name, 11))
614 vol_label
[all...]
/external/f2fs-tools/lib/
H A Dlibf2fs.c361 c->vol_label = "";
/external/f2fs-tools/include/
H A Df2fs_fs.h235 char *vol_label; member in struct:f2fs_configuration

Completed in 124 milliseconds