Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dindex.c1092 struct index_entry *ie_head; /* first entry after the median */ in ntfs_ib_copy_tail() local
1103 ie_head = ntfs_ie_get_next(median); in ntfs_ib_copy_tail()
1106 tail_size = ies_end - (u8 *)ie_head; in ntfs_ib_copy_tail()
1107 memcpy(ntfs_ie_get_first(&dst->index), ie_head, tail_size); in ntfs_ib_copy_tail()