Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dindex.c368 static struct index_entry *ntfs_ie_get_last(struct index_entry *ie, char *ies_end) in ntfs_ie_get_last() argument
372 while ((char *)ie < ies_end && !ntfs_ie_end(ie)) in ntfs_ie_get_last()
1143 char *ies_start, *ies_end; in ntfs_ir_to_ib() local
1154 ies_end = (char *)ntfs_ie_get_end(&ir->index); in ntfs_ir_to_ib()
1155 ie_last = ntfs_ie_get_last((struct index_entry *)ies_start, ies_end); in ntfs_ir_to_ib()
1182 char *ies_start, *ies_end; in ntfs_ir_nill() local
1187 ies_end = (char *)ntfs_ie_get_end(&ir->index); in ntfs_ir_nill()
1188 ie_last = ntfs_ie_get_last((struct index_entry *)ies_start, ies_end); in ntfs_ir_nill()
1202 u8 *ies_end; in ntfs_ib_copy_tail() local
1216 ies_end = (u8 *)ntfs_ie_get_end(&src->index); in ntfs_ib_copy_tail()
[all …]