Searched refs:ntfs_index_lookup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | index.h | 49 * We use this context to allow ntfs_index_lookup() to return the found index 77 extern int ntfs_index_lookup(const void *key, const int key_len,
|
H A D | quota.c | 43 err = ntfs_index_lookup(&qid, sizeof(qid), ictx); in ntfs_mark_quotas_out_of_date()
|
H A D | index.c | 65 * ntfs_index_lookup - find a key in an index and return its index entry 70 * Before calling ntfs_index_lookup(), @ictx must have been obtained from a 74 * ntfs_index_lookup() walks the contents of the index looking for the @key. 105 int ntfs_index_lookup(const void *key, const int key_len, in ntfs_index_lookup() function
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | index.h | 49 * We use this context to allow ntfs_index_lookup() to return the found index 77 extern int ntfs_index_lookup(const void *key, const int key_len,
|
H A D | quota.c | 43 err = ntfs_index_lookup(&qid, sizeof(qid), ictx); in ntfs_mark_quotas_out_of_date()
|
H A D | index.c | 65 * ntfs_index_lookup - find a key in an index and return its index entry 70 * Before calling ntfs_index_lookup(), @ictx must have been obtained from a 74 * ntfs_index_lookup() walks the contents of the index looking for the @key. 105 int ntfs_index_lookup(const void *key, const int key_len, in ntfs_index_lookup() function
|
Completed in 3 milliseconds