Searched refs:ntfs_index_lookup_by_position (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_index.h364 __private_extern__ errno_t ntfs_index_lookup_by_position(const s64 pos,
H A Dntfs_dir.c1356 err = ntfs_index_lookup_by_position(ofs - 2, 0, &ictx);
H A Dntfs_index.c432 * ntfs_index_lookup_by_position().
1056 * ntfs_index_lookup_by_position - find an entry by its position in the B+tree
1061 * Before calling ntfs_index_lookup_by_position(), *@index_ctx must have been
1098 errno_t ntfs_index_lookup_by_position(const s64 pos, const int key_len, function
1240 * from a call to ntfs_index_lookup() or ntfs_index_lookup_by_position().
1276 * been used for a call to ntfs_index_lookup_by_position() or

Completed in 130 milliseconds