SIZEOF_NONRESIDENT_EX
u32 name_off = is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT;
(SIZEOF_NONRESIDENT_EX + 8) :
(is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT);
cpu_to_le16(SIZEOF_NONRESIDENT_EX + name_size);
memcpy(Add2Ptr(attr, SIZEOF_NONRESIDENT_EX), name,
attr->size = cpu_to_le32(SIZEOF_NONRESIDENT_EX + 8);
asize = SIZEOF_NONRESIDENT_EX + 8;
attr->size = cpu_to_le32(SIZEOF_NONRESIDENT_EX + 8);
asize = SIZEOF_NONRESIDENT_EX + 8;
if (asize < SIZEOF_NONRESIDENT_EX)