name_ofs         1534 fs/ntfs/attrib.c 	int mp_size, mp_ofs, name_ofs, arec_size, err, err2;
name_ofs         1625 fs/ntfs/attrib.c 		name_ofs = (offsetof(ATTR_REC,
name_ofs         1630 fs/ntfs/attrib.c 		name_ofs = (offsetof(ATTR_REC,
name_ofs         1632 fs/ntfs/attrib.c 	mp_ofs = (name_ofs + a->name_length * sizeof(ntfschar) + 7) & ~7;
name_ofs         1667 fs/ntfs/attrib.c 		memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset),
name_ofs         1669 fs/ntfs/attrib.c 	a->name_offset = cpu_to_le16(name_ofs);
name_ofs         1745 fs/ntfs/attrib.c 	name_ofs = (offsetof(ATTR_RECORD, data.resident.reserved) +
name_ofs         1748 fs/ntfs/attrib.c 		memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset),
name_ofs         1750 fs/ntfs/attrib.c 	mp_ofs = (name_ofs + a->name_length * sizeof(ntfschar) + 7) & ~7;
name_ofs         1751 fs/ntfs/attrib.c 	a->name_offset = cpu_to_le16(name_ofs);