Searched refs:name_ofs (Results 1 – 1 of 1) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | attrib.c | 5112 int mp_size, mp_ofs, name_ofs, arec_size, err; local 5193 name_ofs = (sizeof(ATTR_REC) + 7) & ~7; 5195 name_ofs = (sizeof(ATTR_REC) - sizeof(a->compressed_size) + 7) & ~7; 5196 mp_ofs = (name_ofs + a->name_length * sizeof(ntfschar) + 7) & ~7; 5218 memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset), 5220 a->name_offset = cpu_to_le16(name_ofs); 5612 int name_ofs, val_ofs, err = EIO; local 5652 name_ofs = 24; /* = sizeof(resident_ATTR_REC); */ 5653 val_ofs = (name_ofs + a->name_length * sizeof(ntfschar) + 7) & ~7; 5670 memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset), [all …]
|