Home
last modified time | relevance | path

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

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