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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c207 static INDEX_ENTRY *ntfs_ie_get_first(INDEX_HEADER *ih) function
247 ie = ntfs_ie_get_first(ih);
262 tmp = ntfs_ie_get_first(ih);
295 ie = ntfs_ie_get_first(ih);
311 ie = ntfs_ie_get_first(ih);
591 for (ie = ntfs_ie_get_first(ih); ; ie = ntfs_ie_get_next(ie)) {
946 ie = ie_start = ntfs_ie_get_first(ih);
1105 ies_start = (char *)ntfs_ie_get_first(&ir->index);
1113 memcpy(ntfs_ie_get_first(&ib->index), ies_start, i);
1130 ies_start = (char *)ntfs_ie_get_first(
[all...]
H A Dsecurity.c417 * cut and pasted form ntfs_ie_get_first() in index.c
420 static INDEX_ENTRY *ntfs_ie_get_first(INDEX_HEADER *ih) function
685 entry = ntfs_ie_get_first
688 entry = ntfs_ie_get_first

Completed in 153 milliseconds