Searched refs:UUID_DCE (Results 1 – 17 of 17) sorted by relevance
/busybox-1.35.0/util-linux/volume_id/ |
D | reiserfs.c | 90 volume_id_set_uuid(id, rs4->uuid, UUID_DCE); in volume_id_probe_reiserfs() 111 volume_id_set_uuid(id, rs->uuid, UUID_DCE); in volume_id_probe_reiserfs()
|
D | jfs.c | 60 volume_id_set_uuid(id, js->uuid, UUID_DCE); in volume_id_probe_jfs()
|
D | ext.c | 51 volume_id_set_uuid(id, es->s_uuid, UUID_DCE); in volume_id_probe_ext()
|
D | xfs.c | 60 volume_id_set_uuid(id, xs->uuid, UUID_DCE); in volume_id_probe_xfs()
|
D | linux_swap.c | 73 volume_id_set_uuid(id, sw->uuid, UUID_DCE); in volume_id_probe_linux_swap()
|
D | erofs.c | 64 volume_id_set_uuid(id, sb->uuid, UUID_DCE); in volume_id_probe_erofs()
|
D | bcache.c | 101 volume_id_set_uuid(id, sb->uuid, UUID_DCE); in volume_id_probe_bcache()
|
D | linux_raid.c | 75 volume_id_set_uuid(id, uuid, UUID_DCE); in volume_id_probe_linux_raid()
|
D | ubifs.c | 119 volume_id_set_uuid(id, sb->uuid, UUID_DCE); in volume_id_probe_ubifs()
|
D | f2fs.c | 89 volume_id_set_uuid(id, sb->uuid, UUID_DCE); in volume_id_probe_f2fs()
|
D | nilfs.c | 107 volume_id_set_uuid(id, sb->s_uuid, UUID_DCE); in volume_id_probe_nilfs()
|
D | btrfs.c | 110 volume_id_set_uuid(id, sb->fsid, UUID_DCE); in volume_id_probe_btrfs()
|
D | ocfs2.c | 109 volume_id_set_uuid(id, os->s_uuid, UUID_DCE); in volume_id_probe_ocfs2()
|
D | exfat.c | 131 volume_id_set_uuid(id, de->type.guid.vol_guid, UUID_DCE); in volume_id_probe_exfat()
|
D | volume_id_internal.h | 126 UUID_DCE = 2, /* 16 bytes */ enumerator
|
D | util.c | 160 case UUID_DCE: in volume_id_set_uuid()
|
D | hfs.c | 158 volume_id_set_uuid(id, uuid, UUID_DCE); in hfs_set_uuid()
|