Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Drunlist.c744 u8 *attr_end; /* End of attribute. */ in ntfs_mapping_pairs_decompress() local
769 attr_end = (u8 *)attr + le32_to_cpu(attr->length); in ntfs_mapping_pairs_decompress()
770 if (unlikely(buf < (u8 *)attr || buf >= attr_end)) { in ntfs_mapping_pairs_decompress()
807 while (buf < attr_end && *buf) { in ntfs_mapping_pairs_decompress()
837 if (unlikely(buf + b >= attr_end)) in ntfs_mapping_pairs_decompress()
881 if (buf + b >= attr_end) in ntfs_mapping_pairs_decompress()
958 if (unlikely(buf >= attr_end)) in ntfs_mapping_pairs_decompress()