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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.h146 extern int ntfs_index_lookup(const void *key, const int key_len,
H A Dobject_id.c236 if (!ntfs_index_lookup(&key,
286 if (!ntfs_index_lookup(&key,
532 if ((ntfs_index_lookup(&key,
H A Dreparse.c170 lkup = ntfs_index_lookup((char*)&find, uname_len, icx);
1000 if (!ntfs_index_lookup(&key, sizeof(REPARSE_INDEX_KEY), xr)
H A Dindex.c179 * Reinitialize the index context @icx so it can be used for ntfs_index_lookup.
738 * ntfs_index_lookup - find a key in an index and return its index entry
743 * Before calling ntfs_index_lookup(), @icx must have been obtained from a
747 * ntfs_index_lookup() walks the contents of the index looking for the @key.
769 int ntfs_index_lookup(const void *key, const int key_len, ntfs_index_context *icx) function
1570 if (!ntfs_index_lookup(&ie->key, le16_to_cpu(ie->key_length), icx)) {
1973 if (ntfs_index_lookup(key, keylen, icx))
2126 * Must be initialized through a ntfs_index_lookup()
H A Dsecurity.c665 found = !ntfs_index_lookup((char*)&keyid,
720 found = !ntfs_index_lookup((char*)&keyid,
867 found = !ntfs_index_lookup((char*)&key,
1833 !ntfs_index_lookup((char*)&id,
5181 found = !ntfs_index_lookup((char*)&key,
5218 found = !ntfs_index_lookup((char*)&key,
H A Dinode.c838 * ntfs_index_lookup), it's acceptable for library,
866 if (ntfs_index_lookup(fn, sizeof(FILE_NAME_ATTR), ictx)) {
H A Ddir.c2535 lkup = ntfs_index_lookup((char*)fn, len, icx);

Completed in 91 milliseconds