Home
last modified time | relevance | path

Searched refs:name_ofs (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ntfs/
H A Dea.c658 int mp_size, mp_ofs, name_ofs, old_arec_size, arec_size, err; in ntfs_new_attr_flags() local
739 name_ofs = (offsetof(struct attr_record, in ntfs_new_attr_flags()
743 name_ofs = (offsetof(struct attr_record, in ntfs_new_attr_flags()
753 mp_ofs = (name_ofs + a->name_length * sizeof(__le16) + 7) & ~7; in ntfs_new_attr_flags()
765 if (name_ofs > old_name_ofs) { in ntfs_new_attr_flags()
771 if (a->name_length && name_ofs != old_name_ofs) in ntfs_new_attr_flags()
772 memmove((u8 *)a + name_ofs, in ntfs_new_attr_flags()
778 if (a->name_length && name_ofs != old_name_ofs) in ntfs_new_attr_flags()
779 memmove((u8 *)a + name_ofs, in ntfs_new_attr_flags()
803 memmove((u8 *)a + name_ofs, (u8 *)a + old_name_ofs, in ntfs_new_attr_flags()
[all …]