Searched refs:ies_end (Results 1 – 1 of 1) sorted by relevance
309 static struct index_entry *ntfs_ie_get_last(struct index_entry *ie, char *ies_end) in ntfs_ie_get_last() argument313 while ((char *)ie < ies_end && !ntfs_ie_end(ie)) in ntfs_ie_get_last()1043 char *ies_start, *ies_end; in ntfs_ir_to_ib() local1053 ies_end = (char *)ntfs_ie_get_end(&ir->index); in ntfs_ir_to_ib()1054 ie_last = ntfs_ie_get_last((struct index_entry *)ies_start, ies_end); in ntfs_ir_to_ib()1071 char *ies_start, *ies_end; in ntfs_ir_nill() local1076 ies_end = (char *)ntfs_ie_get_end(&ir->index); in ntfs_ir_nill()1077 ie_last = ntfs_ie_get_last((struct index_entry *)ies_start, ies_end); in ntfs_ir_nill()1091 u8 *ies_end; in ntfs_ib_copy_tail() local1105 ies_end = (u8 *)ntfs_ie_get_end(&src->index); in ntfs_ib_copy_tail()[all …]