Home
last modified time | relevance | path

Searched refs:collation_rule (Results 1 – 6 of 6) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dindex.h145 COLLATION_RULES collation_rule, u64 inum);
Dlayout.h621 /* 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/
Dmkntfs.c2269 const COLLATION_RULES collation_rule, in add_attr_index_root() argument
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() argument
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
2732 collation_rule = ((INDEX_ROOT*)((u8*)a + in insert_index_entry_in_res_dir_index()
[all …]
Dntfsinfo.c1847 (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/
Dindex.c526 COLLATION_RULES collation_rule, u64 inum) in ntfs_index_entry_inconsistent() argument
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()
Ddir.c1586 ir->collation_rule = COLLATION_FILE_NAME; in __ntfs_create()