Home
last modified time | relevance | path

Searched refs:COLLATION_BINARY (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dcollate.h19 * FIXME: At the moment we only support COLLATION_BINARY and in ntfs_is_collation_rule_supported()
23 if (unlikely(cr != COLLATION_BINARY && cr != COLLATION_NTOFS_ULONG)) in ntfs_is_collation_rule_supported()
H A Dcollate.c94 * FIXME: At the moment we only support COLLATION_BINARY and in ntfs_collate()
97 BUG_ON(cr != COLLATION_BINARY && cr != COLLATION_NTOFS_ULONG); in ntfs_collate()
H A Dlayout.h481 * COLLATION_BINARY - Collate by binary compare where the first byte is most
517 COLLATION_BINARY = cpu_to_le32(0x00), enumerator
/kernel/linux/linux-6.6/fs/ntfs/
H A Dcollate.h19 * FIXME: At the moment we only support COLLATION_BINARY and in ntfs_is_collation_rule_supported()
23 if (unlikely(cr != COLLATION_BINARY && cr != COLLATION_NTOFS_ULONG)) in ntfs_is_collation_rule_supported()
H A Dcollate.c94 * FIXME: At the moment we only support COLLATION_BINARY and in ntfs_collate()
97 BUG_ON(cr != COLLATION_BINARY && cr != COLLATION_NTOFS_ULONG); in ntfs_collate()
H A Dlayout.h481 * COLLATION_BINARY - Collate by binary compare where the first byte is most
517 COLLATION_BINARY = cpu_to_le32(0x00), enumerator

Completed in 10 milliseconds