Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ntfs/
H A Dcollate.h20 * COLLATION_NTOFS_ULONG, so we return false for everything else for 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.c95 * COLLATION_NTOFS_ULONG, so we BUG() for everything else for now. in ntfs_collate()
97 BUG_ON(cr != COLLATION_BINARY && cr != COLLATION_NTOFS_ULONG); in ntfs_collate()
H A Dlayout.h493 * COLLATION_NTOFS_ULONG - Sorting is done according to ascending le32 key
520 COLLATION_NTOFS_ULONG = cpu_to_le32(0x10), enumerator
1858 * COLLATION_NTOFS_ULONG.
2119 * for $Q is COLLATION_NTOFS_ULONG.
/kernel/linux/linux-6.6/fs/ntfs/
H A Dcollate.h20 * COLLATION_NTOFS_ULONG, so we return false for everything else for 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.c95 * COLLATION_NTOFS_ULONG, so we BUG() for everything else for now. in ntfs_collate()
97 BUG_ON(cr != COLLATION_BINARY && cr != COLLATION_NTOFS_ULONG); in ntfs_collate()
H A Dlayout.h493 * COLLATION_NTOFS_ULONG - Sorting is done according to ascending le32 key
520 COLLATION_NTOFS_ULONG = cpu_to_le32(0x10), enumerator
1858 * COLLATION_NTOFS_ULONG.
2119 * for $Q is COLLATION_NTOFS_ULONG.

Completed in 10 milliseconds