Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Drunlist.c743 u8 *attr_end; /* End of attribute. */ in ntfs_mapping_pairs_decompress() local
763 attr_end = (u8*)attr + le32_to_cpu(attr->length); in ntfs_mapping_pairs_decompress()
764 if (unlikely(buf < (u8*)attr || buf > attr_end)) { in ntfs_mapping_pairs_decompress()
784 while (buf < attr_end && *buf) { in ntfs_mapping_pairs_decompress()
814 if (unlikely(buf + b > attr_end)) in ntfs_mapping_pairs_decompress()
850 if (buf + b > attr_end) in ntfs_mapping_pairs_decompress()
885 if (unlikely(buf >= attr_end)) in ntfs_mapping_pairs_decompress()