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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c241 static INDEX_ENTRY *ntfs_ie_get_by_pos(INDEX_HEADER *ih, int pos) function
1411 ie_node = ntfs_ie_get_by_pos(ih, pos);
1736 ie = ntfs_ie_get_by_pos(ih, ntfs_icx_parent_pos(icx));
1772 ie = ntfs_ie_get_by_pos(parent_ih, ntfs_icx_parent_pos(icx));
1868 entry = ntfs_ie_get_by_pos(ih, entry_pos);
2101 entry = ntfs_ie_get_by_pos(
2110 entry = ntfs_ie_get_by_pos(

Completed in 33 milliseconds