Searched refs:volume_label (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | mkfs_vfat.c | 130 char volume_label[11];/* 047 volume label */ member 222 const char *volume_label = ""; in mkfs_vfat_main() local 261 NULL, NULL, &volume_label, NULL, NULL, NULL, NULL); in mkfs_vfat_main() 462 (int)volume_id, volume_label in mkfs_vfat_main() 511 strncpy(boot_blk->vi.volume_label, volume_label, sizeof(boot_blk->vi.volume_label)); in mkfs_vfat_main() 548 if (volume_label[0]) { in mkfs_vfat_main() 556 strncpy(de->name, volume_label, sizeof(de->name)); in mkfs_vfat_main()
|
/busybox-1.35.0/util-linux/volume_id/ |
D | exfat.c | 60 struct volume_label { struct
|