Home
last modified time | relevance | path

Searched refs:volume_id_set_label_string (Results 1 – 19 of 19) sorted by relevance

/busybox-1.35.0/util-linux/volume_id/
Dreiserfs.c89 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()
Diso9660.c77 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()
Dromfs.c52 volume_id_set_label_string(id, rfs->name, len); in volume_id_probe_romfs()
Dcramfs.c57 volume_id_set_label_string(id, cs->name, 16); in volume_id_probe_cramfs()
Dsysv.c107 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()
Djfs.c59 volume_id_set_label_string(id, js->label, 16); in volume_id_probe_jfs()
Dext.c50 volume_id_set_label_string(id, (void*)es->s_volume_name, 16); in volume_id_probe_ext()
Dxfs.c59 volume_id_set_label_string(id, xs->fname, 12); in volume_id_probe_xfs()
Dlinux_swap.c72 volume_id_set_label_string(id, sw->volume_name, 16); in volume_id_probe_linux_swap()
Dfat.c271 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()
Derofs.c61 volume_id_set_label_string(id, sb->volume_name, in volume_id_probe_erofs()
Dbcache.c100 volume_id_set_label_string(id, sb->label, SB_LABEL_SIZE); in volume_id_probe_bcache()
Dnilfs.c105 volume_id_set_label_string(id, sb->s_volume_name, NILFS_LABEL_SIZE < VOLUME_ID_LABEL_SIZE ? in volume_id_probe_nilfs()
Dbtrfs.c109 volume_id_set_label_string(id, sb->label, VOLUME_ID_LABEL_SIZE); in volume_id_probe_btrfs()
Docfs2.c107 volume_id_set_label_string(id, os->s_label, OCFS2_MAX_VOL_LABEL_LEN < VOLUME_ID_LABEL_SIZE ? in volume_id_probe_ocfs2()
Dudf.c170 volume_id_set_label_string(id, vd->type.primary.ident.c, 31); in volume_id_probe_udf()
Dvolume_id_internal.h139 void volume_id_set_label_string(struct volume_id *id, const uint8_t *buf, size_t count);
Dutil.c115 void volume_id_set_label_string(struct volume_id *id, const uint8_t *buf, size_t count) in volume_id_set_label_string() function
Dhfs.c220 volume_id_set_label_string(id, hfs->label, hfs->label_len) ; in volume_id_probe_hfs_hfsplus()