Searched refs:name_ofs (Results 1 – 1 of 1) sorted by relevance
/fs/ntfs/ |
D | attrib.c | 1548 int mp_size, mp_ofs, name_ofs, arec_size, err, err2; in ntfs_attr_make_non_resident() local 1639 name_ofs = (offsetof(ATTR_REC, in ntfs_attr_make_non_resident() 1644 name_ofs = (offsetof(ATTR_REC, in ntfs_attr_make_non_resident() 1646 mp_ofs = (name_ofs + a->name_length * sizeof(ntfschar) + 7) & ~7; in ntfs_attr_make_non_resident() 1681 memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset), in ntfs_attr_make_non_resident() 1683 a->name_offset = cpu_to_le16(name_ofs); in ntfs_attr_make_non_resident() 1759 name_ofs = (offsetof(ATTR_RECORD, data.resident.reserved) + in ntfs_attr_make_non_resident() 1762 memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset), in ntfs_attr_make_non_resident() 1764 mp_ofs = (name_ofs + a->name_length * sizeof(ntfschar) + 7) & ~7; in ntfs_attr_make_non_resident() 1765 a->name_offset = cpu_to_le16(name_ofs); in ntfs_attr_make_non_resident()
|