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.c286 static struct index_entry *ntfs_ie_get_first(struct index_header *ih) in ntfs_ie_get_first() function
325 ie = ntfs_ie_get_first(ih); in ntfs_ie_get_by_pos()
340 tmp = ntfs_ie_get_first(ih); in ntfs_ie_prev()
359 ie = ntfs_ie_get_first(ih); in ntfs_ih_numof_entries()
569 for (ie = ntfs_ie_get_first(ih); ; ie = ntfs_ie_get_next(ie)) { in ntfs_ie_lookup()
886 ie = ie_start = ntfs_ie_get_first(ih); in ntfs_ie_get_median()
1052 ies_start = (char *)ntfs_ie_get_first(&ir->index); in ntfs_ir_to_ib()
1060 memcpy(ntfs_ie_get_first(&ib->index), ies_start, i); in ntfs_ir_to_ib()
1075 ies_start = (char *)ntfs_ie_get_first(&ir->index); in ntfs_ir_nill()
1082 memmove((char *)ntfs_ie_get_first(&ir->index), in ntfs_ir_nill()
[all …]