Home
last modified time | relevance | path

Searched refs:UUID_DCE (Results 1 – 17 of 17) sorted by relevance

/busybox-1.35.0/util-linux/volume_id/
Dreiserfs.c90 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()
Djfs.c60 volume_id_set_uuid(id, js->uuid, UUID_DCE); in volume_id_probe_jfs()
Dext.c51 volume_id_set_uuid(id, es->s_uuid, UUID_DCE); in volume_id_probe_ext()
Dxfs.c60 volume_id_set_uuid(id, xs->uuid, UUID_DCE); in volume_id_probe_xfs()
Dlinux_swap.c73 volume_id_set_uuid(id, sw->uuid, UUID_DCE); in volume_id_probe_linux_swap()
Derofs.c64 volume_id_set_uuid(id, sb->uuid, UUID_DCE); in volume_id_probe_erofs()
Dbcache.c101 volume_id_set_uuid(id, sb->uuid, UUID_DCE); in volume_id_probe_bcache()
Dlinux_raid.c75 volume_id_set_uuid(id, uuid, UUID_DCE); in volume_id_probe_linux_raid()
Dubifs.c119 volume_id_set_uuid(id, sb->uuid, UUID_DCE); in volume_id_probe_ubifs()
Df2fs.c89 volume_id_set_uuid(id, sb->uuid, UUID_DCE); in volume_id_probe_f2fs()
Dnilfs.c107 volume_id_set_uuid(id, sb->s_uuid, UUID_DCE); in volume_id_probe_nilfs()
Dbtrfs.c110 volume_id_set_uuid(id, sb->fsid, UUID_DCE); in volume_id_probe_btrfs()
Docfs2.c109 volume_id_set_uuid(id, os->s_uuid, UUID_DCE); in volume_id_probe_ocfs2()
Dexfat.c131 volume_id_set_uuid(id, de->type.guid.vol_guid, UUID_DCE); in volume_id_probe_exfat()
Dvolume_id_internal.h126 UUID_DCE = 2, /* 16 bytes */ enumerator
Dutil.c160 case UUID_DCE: in volume_id_set_uuid()
Dhfs.c158 volume_id_set_uuid(id, uuid, UUID_DCE); in hfs_set_uuid()