UTBL_COL_COUNT    715 drivers/staging/exfat/exfat_core.c 	upcase_table = p_fs->vol_utbl = kmalloc(UTBL_COL_COUNT * sizeof(u16 *),
UTBL_COL_COUNT    719 drivers/staging/exfat/exfat_core.c 	memset(upcase_table, 0, UTBL_COL_COUNT * sizeof(u16 *));
UTBL_COL_COUNT    795 drivers/staging/exfat/exfat_core.c 	upcase_table = p_fs->vol_utbl = kmalloc(UTBL_COL_COUNT * sizeof(u16 *),
UTBL_COL_COUNT    799 drivers/staging/exfat/exfat_core.c 	memset(upcase_table, 0, UTBL_COL_COUNT * sizeof(u16 *));
UTBL_COL_COUNT    898 drivers/staging/exfat/exfat_core.c 	for (i = 0; i < UTBL_COL_COUNT; i++)