Searched refs:g_upcaseinfo (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c185 static struct UPCASEINFO *g_upcaseinfo = NULL; variable in typeref:struct:UPCASEINFO
4282 (u8*)g_upcaseinfo, sizeof(struct UPCASEINFO));
4679 g_upcaseinfo =
4681 if (!g_vol->upcase_len || !g_upcaseinfo)
4688 memset(g_upcaseinfo, 0, sizeof(struct UPCASEINFO));
4689 g_upcaseinfo->len = const_cpu_to_le32(sizeof(struct UPCASEINFO));
4690 g_upcaseinfo->crc = cpu_to_le64(upcase_crc);

Completed in 38 milliseconds