Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dindex.c309 static struct index_entry *ntfs_ie_get_last(struct index_entry *ie, char *ies_end) in ntfs_ie_get_last() argument
313 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() local
1053 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() local
1076 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() local
1105 ies_end = (u8 *)ntfs_ie_get_end(&src->index); in ntfs_ib_copy_tail()
[all …]