Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dindex.c258 static struct index_entry *ntfs_ie_get_first(struct index_header *ih) in ntfs_ie_get_first() function
334 for (ie = ntfs_ie_get_first((struct index_header *)ih); in ntfs_index_entries_inconsistent()
384 ie = ntfs_ie_get_first(ih); in ntfs_ie_get_by_pos()
399 tmp = ntfs_ie_get_first(ih); in ntfs_ie_prev()
418 ie = ntfs_ie_get_first(ih); in ntfs_ih_numof_entries()
663 for (ie = ntfs_ie_get_first(ih); ; ie = ntfs_ie_get_next(ie)) { in ntfs_ie_lookup()
981 ie = ie_start = ntfs_ie_get_first(ih); in ntfs_ie_get_median()
1153 ies_start = (char *)ntfs_ie_get_first(&ir->index); in ntfs_ir_to_ib()
1171 memcpy(ntfs_ie_get_first(&ib->index), ies_start, i); in ntfs_ir_to_ib()
1186 ies_start = (char *)ntfs_ie_get_first(&ir->index); in ntfs_ir_nill()
[all …]