Home
last modified time | relevance | path

Searched refs:volume_serial (Results 1 – 10 of 10) sorted by relevance

/third_party/exfatprogs/mkfs/
Dmkfs.h26 unsigned int volume_serial; member
Dmkfs.c64 pbsx->vol_serial = cpu_to_le32(finfo.volume_serial); in exfat_setup_boot_sector()
486 finfo.volume_serial = get_new_serial(); in exfat_build_mkfs_info()
/third_party/glib/glib/
Dgstdioprivate.h33 guint32 volume_serial; member
Dgstdio.c323 buf->volume_serial = handle_info->dwVolumeSerialNumber; in _g_win32_fill_privatestat()
/third_party/exfatprogs/label/
Dlabel.c95 ui.volume_serial = strtoul(argv[3], NULL, 0); in main()
/third_party/exfatprogs/tune/
Dtune.c74 ui.volume_serial = strtoul(optarg, NULL, 0); in main()
/third_party/exfatprogs/include/
Dlibexfat.h79 unsigned int volume_serial; member
/third_party/e2fsprogs/lib/blkid/
Dprobe.c783 sprintf(uuid_str, "%016llX", blkid_le64(ns->volume_serial)); in probe_ntfs()
1533 sb->volume_serial[3], sb->volume_serial[2], in probe_exfat()
1534 sb->volume_serial[1], sb->volume_serial[0]); in probe_exfat()
Dprobe.h465 __u64 volume_serial; member
779 uint8_t volume_serial[4]; member
/third_party/exfatprogs/lib/
Dlibexfat.c618 ppbr->bsx.vol_serial = ui->volume_serial; in exfat_set_volume_serial()
648 exfat_info("New volume serial : 0x%x\n", ui->volume_serial); in exfat_set_volume_serial()