Lines Matching refs:collate
2 * collate.c - NTFS collation handling. Originated from the Linux-NTFS project.
38 #include "collate.h"
247 COLLATE collate;
251 collate = ntfs_collate_binary;
254 collate = ntfs_collate_file_name;
257 collate = ntfs_collate_ntofs_security_hash;
260 collate = ntfs_collate_ntofs_ulong;
263 collate = ntfs_collate_ntofs_ulongs;
267 collate = (COLLATE)NULL;
270 return (collate);