fs/ntfs/dir.c
794
err = ntfs_index_lookup(private->key,
fs/ntfs/index.c
1643
ret = ntfs_index_lookup(&ie->key, le16_to_cpu(ie->key_length), icx);
fs/ntfs/index.c
2040
ret = ntfs_index_lookup(key, keylen, icx);
fs/ntfs/index.h
105
int ntfs_index_lookup(const void *key, const u32 key_len,
fs/ntfs/inode.c
2627
err = ntfs_index_lookup(fn, sizeof(struct file_name_attr), ictx);
fs/ntfs/object_id.c
114
if (!ntfs_index_lookup(&key, sizeof(struct object_id_index_key), xo))
fs/ntfs/reparse.c
532
if (!ntfs_index_lookup(&key, sizeof(struct reparse_index_key), xr)) {