Home
last modified time | relevance | path

Searched refs:NTFS_CMP_FUNC (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/ntfs3/
Dntfs_fs.h175 typedef int (*NTFS_CMP_FUNC)(const void *key1, size_t len1, const void *key2, typedef
196 NTFS_CMP_FUNC cmp;
Dindex.c168 static inline NTFS_CMP_FUNC get_cmp_func(const struct INDEX_ROOT *root) in get_cmp_func()
722 NTFS_CMP_FUNC cmp = indx->cmp; in hdr_find_e()