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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1908 const COLLATION_RULES collation_rule,
1922 collation_rule != COLLATION_FILE_NAME) {
1928 r->collation_rule = collation_rule;
2268 int key2_length, COLLATION_RULES collation_rule)
2273 if (collation_rule == COLLATION_NTOFS_ULONG) {
2284 if (collation_rule == COLLATION_NTOFS_ULONGS) {
2303 if (collation_rule == COLLATION_NTOFS_SECURITY_HASH) {
2320 if (collation_rule == COLLATION_NTOFS_SID) {
2349 COLLATION_RULES collation_rule; local
1905 add_attr_index_root(MFT_RECORD *m, const char *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const ATTR_TYPES indexed_attr_type, const COLLATION_RULES collation_rule, const u32 index_block_size) argument
2267 ntfs_index_keys_compare(u8 *key1, u8 *key2, int key1_length, int key2_length, COLLATION_RULES collation_rule) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlayout.h622 /* 88*/ COLLATION_RULES collation_rule; /* Default collation rule. */ member in struct:__anon2346
2103 /* 4*/ COLLATION_RULES collation_rule; /* Collation rule used to sort the member in struct:__anon2400
H A Dindex.c706 icx->collate = ntfs_get_collate_function(ir->collation_rule);
710 (unsigned)le32_to_cpu(ir->collation_rule));
H A Ddir.c1507 ir->collation_rule = COLLATION_FILE_NAME;

Completed in 102 milliseconds