Searched refs:volume_id_set_label_string (Results 1 – 19 of 19) sorted by relevance
/busybox-1.35.0/util-linux/volume_id/ |
D | reiserfs.c | 89 volume_id_set_label_string(id, rs4->label, 16); in volume_id_probe_reiserfs() 110 volume_id_set_label_string(id, rs->label, 16); in volume_id_probe_reiserfs()
|
D | iso9660.c | 77 volume_id_set_label_string(id, is->volume_id, 32); in volume_id_probe_iso9660() 103 volume_id_set_label_string(id, svd_label, 32); in volume_id_probe_iso9660()
|
D | romfs.c | 52 volume_id_set_label_string(id, rfs->name, len); in volume_id_probe_romfs()
|
D | cramfs.c | 57 volume_id_set_label_string(id, cs->name, 16); in volume_id_probe_cramfs()
|
D | sysv.c | 107 volume_id_set_label_string(id, vs->s_fname, 6); in volume_id_probe_sysv() 120 volume_id_set_label_string(id, xs->s_fname, 6); in volume_id_probe_sysv()
|
D | jfs.c | 59 volume_id_set_label_string(id, js->label, 16); in volume_id_probe_jfs()
|
D | ext.c | 50 volume_id_set_label_string(id, (void*)es->s_volume_name, 16); in volume_id_probe_ext()
|
D | xfs.c | 59 volume_id_set_label_string(id, xs->fname, 12); in volume_id_probe_xfs()
|
D | linux_swap.c | 72 volume_id_set_label_string(id, sw->volume_name, 16); in volume_id_probe_linux_swap()
|
D | fat.c | 271 volume_id_set_label_string(id, label, 11); in volume_id_probe_vfat() 274 volume_id_set_label_string(id, vs->type.fat.label, 11); in volume_id_probe_vfat() 332 volume_id_set_label_string(id, label, 11); in volume_id_probe_vfat() 335 volume_id_set_label_string(id, vs->type.fat32.label, 11); in volume_id_probe_vfat()
|
D | erofs.c | 61 volume_id_set_label_string(id, sb->volume_name, in volume_id_probe_erofs()
|
D | bcache.c | 100 volume_id_set_label_string(id, sb->label, SB_LABEL_SIZE); in volume_id_probe_bcache()
|
D | nilfs.c | 105 volume_id_set_label_string(id, sb->s_volume_name, NILFS_LABEL_SIZE < VOLUME_ID_LABEL_SIZE ? in volume_id_probe_nilfs()
|
D | btrfs.c | 109 volume_id_set_label_string(id, sb->label, VOLUME_ID_LABEL_SIZE); in volume_id_probe_btrfs()
|
D | ocfs2.c | 107 volume_id_set_label_string(id, os->s_label, OCFS2_MAX_VOL_LABEL_LEN < VOLUME_ID_LABEL_SIZE ? in volume_id_probe_ocfs2()
|
D | udf.c | 170 volume_id_set_label_string(id, vd->type.primary.ident.c, 31); in volume_id_probe_udf()
|
D | volume_id_internal.h | 139 void volume_id_set_label_string(struct volume_id *id, const uint8_t *buf, size_t count);
|
D | util.c | 115 void volume_id_set_label_string(struct volume_id *id, const uint8_t *buf, size_t count) in volume_id_set_label_string() function
|
D | hfs.c | 220 volume_id_set_label_string(id, hfs->label, hfs->label_len) ; in volume_id_probe_hfs_hfsplus()
|