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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c753 const u8 *attr_end; /* End of attribute. */ local
772 attr_end = (const u8*)attr + le32_to_cpu(attr->length);
773 if (buf < (const u8*)attr || buf > attr_end) {
792 while (buf < attr_end && *buf) {
821 if (buf + b > attr_end)
856 if (buf + b > attr_end)
891 if (buf >= attr_end)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Drunlist.c723 u8 *attr_end; /* End of attribute. */ local
743 attr_end = (u8*)attr + le32_to_cpu(attr->length);
744 if (unlikely(buf < (u8*)attr || buf > attr_end)) {
764 while (buf < attr_end && *buf) {
794 if (unlikely(buf + b > attr_end))
830 if (buf + b > attr_end)
865 if (unlikely(buf >= attr_end))

Completed in 93 milliseconds