Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dindex.c168 static inline NTFS_CMP_FUNC get_cmp_func(const struct INDEX_ROOT *root) in get_cmp_func()
753 NTFS_CMP_FUNC cmp) in hdr_find_e()
840 NTFS_CMP_FUNC cmp) in hdr_insert_de()
1177 NTFS_CMP_FUNC cmp; in indx_find()
1632 NTFS_CMP_FUNC cmp) in indx_insert_into_root()
1862 struct ntfs_fnd *fnd, NTFS_CMP_FUNC cmp) in indx_insert_into_buffer()
2032 NTFS_CMP_FUNC cmp; in indx_insert_entry()
2386 NTFS_CMP_FUNC cmp; in indx_delete_entry()
2775 NTFS_CMP_FUNC cmp; in indx_update_dup()
H A Dntfs_fs.h179 typedef int (*NTFS_CMP_FUNC)(const void *key1, size_t len1, const void *key2, typedef