Lines Matching defs:namelength
1616 int namelength;
1651 namelength = buffer[pos + 9] & 255;
1652 attr->name_length = namelength;
1655 2*namelength);
1664 2*namelength + 0x40);
1677 namelength = buffer[pos + 9] & 255;
1678 attr->name_length = namelength;
1681 buffer + pos + 0x18, 2*namelength);
1684 attr->value_offset = cpu_to_le16(2*namelength + 24);
1686 memcpy((char*)attr->resident_end + 2*namelength,