Searched refs:name_ofs (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/ntfs/ |
D | attrib.c | 1558 int mp_size, mp_ofs, name_ofs, arec_size, err, err2; in ntfs_attr_make_non_resident() local 1649 name_ofs = (offsetof(ATTR_REC, in ntfs_attr_make_non_resident() 1654 name_ofs = (offsetof(ATTR_REC, in ntfs_attr_make_non_resident() 1656 mp_ofs = (name_ofs + a->name_length * sizeof(ntfschar) + 7) & ~7; in ntfs_attr_make_non_resident() 1691 memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset), in ntfs_attr_make_non_resident() 1693 a->name_offset = cpu_to_le16(name_ofs); in ntfs_attr_make_non_resident() 1769 name_ofs = (offsetof(ATTR_RECORD, data.resident.reserved) + in ntfs_attr_make_non_resident() 1772 memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset), in ntfs_attr_make_non_resident() 1774 mp_ofs = (name_ofs + a->name_length * sizeof(ntfschar) + 7) & ~7; in ntfs_attr_make_non_resident() 1775 a->name_offset = cpu_to_le16(name_ofs); in ntfs_attr_make_non_resident()
|