Searched refs:mp_ofs (Results 1 – 1 of 1) sorted by relevance
658 int mp_size, mp_ofs, name_ofs, old_arec_size, arec_size, err; in ntfs_new_attr_flags() local753 mp_ofs = (name_ofs + a->name_length * sizeof(__le16) + 7) & ~7; in ntfs_new_attr_flags()754 arec_size = (mp_ofs + mp_size + 7) & ~7; in ntfs_new_attr_flags()767 if (mp_ofs != old_mp_ofs) in ntfs_new_attr_flags()768 memmove((u8 *)a + mp_ofs, in ntfs_new_attr_flags()783 if (mp_ofs != old_mp_ofs) in ntfs_new_attr_flags()784 memmove((u8 *)a + mp_ofs, in ntfs_new_attr_flags()800 if (mp_ofs != old_mp_ofs) in ntfs_new_attr_flags()801 memmove((u8 *)a + mp_ofs, (u8 *)a + old_mp_ofs, mp_size); in ntfs_new_attr_flags()832 a->data.non_resident.mapping_pairs_offset = cpu_to_le16(mp_ofs); in ntfs_new_attr_flags()