Searched refs:ie_head (Results 1 – 1 of 1) sorted by relevance
1203 struct index_entry *ie_head; /* first entry after the median */ in ntfs_ib_copy_tail() local1214 ie_head = ntfs_ie_get_next(median); in ntfs_ib_copy_tail()1217 tail_size = ies_end - (u8 *)ie_head; in ntfs_ib_copy_tail()1218 memcpy(ntfs_ie_get_first(&dst->index), ie_head, tail_size); in ntfs_ib_copy_tail()