Searched refs:name_ofs (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | ea.c | 584 int mp_size, mp_ofs, name_ofs, arec_size, err; in ntfs_new_attr_flags() local 636 name_ofs = (offsetof(struct attr_record, in ntfs_new_attr_flags() 640 name_ofs = (offsetof(struct attr_record, in ntfs_new_attr_flags() 650 mp_ofs = (name_ofs + a->name_length * sizeof(__le16) + 7) & ~7; in ntfs_new_attr_flags() 694 a->name_offset = cpu_to_le16(name_ofs); in ntfs_new_attr_flags()
|
| H A D | attrib.c | 1777 int mp_size, mp_ofs, name_ofs, arec_size, err, err2; in ntfs_attr_make_non_resident() local 1887 name_ofs = (offsetof(struct attr_record, in ntfs_attr_make_non_resident() 1892 name_ofs = (offsetof(struct attr_record, in ntfs_attr_make_non_resident() 1894 mp_ofs = (name_ofs + a->name_length * sizeof(__le16) + 7) & ~7; in ntfs_attr_make_non_resident() 1927 memmove((u8 *)a + name_ofs, (u8 *)a + le16_to_cpu(a->name_offset), in ntfs_attr_make_non_resident() 1929 a->name_offset = cpu_to_le16(name_ofs); in ntfs_attr_make_non_resident() 2011 name_ofs = (offsetof(struct attr_record, data.resident.reserved) + in ntfs_attr_make_non_resident() 2014 memmove((u8 *)a + name_ofs, (u8 *)a + le16_to_cpu(a->name_offset), in ntfs_attr_make_non_resident() 2016 mp_ofs = (name_ofs + a->name_length * sizeof(__le16) + 7) & ~7; in ntfs_attr_make_non_resident() 2017 a->name_offset = cpu_to_le16(name_ofs); in ntfs_attr_make_non_resident() [all …]
|