Home
last modified time | relevance | path

Searched refs:vol_serial (Results 1 – 4 of 4) sorted by relevance

/third_party/exfatprogs/dump/
Ddump.c127 exfat_info("Volume Serial: \t\t\t\t0x%x\n", le32_to_cpu(pbsx->vol_serial)); in exfat_show_ondisk_all_info()
/third_party/exfatprogs/lib/
Dlibexfat.c549 exfat_info("volume serial : 0x%x\n", ppbr->bsx.vol_serial); in exfat_show_volume_serial()
618 ppbr->bsx.vol_serial = ui->volume_serial; in exfat_set_volume_serial()
/third_party/exfatprogs/include/
Dexfat_ondisk.h115 __le32 vol_serial; member
/third_party/exfatprogs/mkfs/
Dmkfs.c64 pbsx->vol_serial = cpu_to_le32(finfo.volume_serial); in exfat_setup_boot_sector()
95 exfat_debug("Volume Serial : 0x%x\n", le32_to_cpu(pbsx->vol_serial)); in exfat_setup_boot_sector()