Searched defs:ntfs_index_lookup (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dindex.c182 * Reinitialize the index context @icx so it can be used for ntfs_index_lookup.
627 * ntfs_index_lookup - find a key in an index and return its index entry
632 * Before calling ntfs_index_lookup(), @icx must have been obtained from a
636 * ntfs_index_lookup() walks the contents of the index looking for the @key.
658 int ntfs_index_lookup(const void *key, const int key_len, function
1436 if (!ntfs_index_lookup(&ie->key, le16_to_cpu(ie->key_length),

Completed in 43 milliseconds