Searched refs:collation_rule (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | index.h | 145 COLLATION_RULES collation_rule, u64 inum);
|
H A D | layout.h | 621 /* 88*/ COLLATION_RULES collation_rule; /* Default collation rule. */ member 2129 /* 4*/ COLLATION_RULES collation_rule; /* Collation rule used to sort the member
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | mkntfs.c | 2269 const COLLATION_RULES collation_rule, in add_attr_index_root() 2283 collation_rule != COLLATION_FILE_NAME) { in add_attr_index_root() 2289 r->collation_rule = collation_rule; in add_attr_index_root() 2629 int key2_length, COLLATION_RULES collation_rule) in ntfs_index_keys_compare() 2634 if (collation_rule == COLLATION_NTOFS_ULONG) { in ntfs_index_keys_compare() 2645 if (collation_rule == COLLATION_NTOFS_ULONGS) { in ntfs_index_keys_compare() 2664 if (collation_rule == COLLATION_NTOFS_SECURITY_HASH) { in ntfs_index_keys_compare() 2681 if (collation_rule == COLLATION_NTOFS_SID) { in ntfs_index_keys_compare() 2710 COLLATION_RULES collation_rule; in insert_index_entry_in_res_dir_index() local 2266 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) add_attr_index_root() argument 2628 ntfs_index_keys_compare(u8 *key1, u8 *key2, int key1_length, int key2_length, COLLATION_RULES collation_rule) ntfs_index_keys_compare() argument [all...] |
H A D | ntfsinfo.c | 1847 (unsigned)le32_to_cpu(index_root->collation_rule), in ntfs_dump_attr_index_root() 1848 (unsigned)le32_to_cpu(index_root->collation_rule)); in ntfs_dump_attr_index_root()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | index.c | 526 COLLATION_RULES collation_rule, u64 inum) in ntfs_index_entry_inconsistent() 539 if (collation_rule == COLLATION_FILE_NAME) { in ntfs_index_entry_inconsistent() 617 if (ntfs_index_entry_inconsistent(ie, icx->ir->collation_rule, in ntfs_ie_lookup() 807 icx->collate = ntfs_get_collate_function(ir->collation_rule); in ntfs_index_lookup() 811 (unsigned)le32_to_cpu(ir->collation_rule)); in ntfs_index_lookup() 525 ntfs_index_entry_inconsistent(const INDEX_ENTRY *ie, COLLATION_RULES collation_rule, u64 inum) ntfs_index_entry_inconsistent() argument
|
H A D | dir.c | 1586 ir->collation_rule = COLLATION_FILE_NAME; in __ntfs_create()
|
Completed in 17 milliseconds