Searched refs:name_ofs (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/fs/ntfs/ |
D | attrib.c | 1534 int mp_size, mp_ofs, name_ofs, arec_size, err, err2; in ntfs_attr_make_non_resident() local 1625 name_ofs = (offsetof(ATTR_REC, in ntfs_attr_make_non_resident() 1630 name_ofs = (offsetof(ATTR_REC, in ntfs_attr_make_non_resident() 1632 mp_ofs = (name_ofs + a->name_length * sizeof(ntfschar) + 7) & ~7; in ntfs_attr_make_non_resident() 1667 memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset), in ntfs_attr_make_non_resident() 1669 a->name_offset = cpu_to_le16(name_ofs); in ntfs_attr_make_non_resident() 1745 name_ofs = (offsetof(ATTR_RECORD, data.resident.reserved) + in ntfs_attr_make_non_resident() 1748 memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset), in ntfs_attr_make_non_resident() 1750 mp_ofs = (name_ofs + a->name_length * sizeof(ntfschar) + 7) & ~7; in ntfs_attr_make_non_resident() 1751 a->name_offset = cpu_to_le16(name_ofs); in ntfs_attr_make_non_resident()
|