attr_end 743 fs/ntfs/runlist.c u8 *attr_end; /* End of attribute. */ attr_end 763 fs/ntfs/runlist.c attr_end = (u8*)attr + le32_to_cpu(attr->length); attr_end 764 fs/ntfs/runlist.c if (unlikely(buf < (u8*)attr || buf > attr_end)) { attr_end 784 fs/ntfs/runlist.c while (buf < attr_end && *buf) { attr_end 814 fs/ntfs/runlist.c if (unlikely(buf + b > attr_end)) attr_end 850 fs/ntfs/runlist.c if (buf + b > attr_end) attr_end 885 fs/ntfs/runlist.c if (unlikely(buf >= attr_end))