Searched refs:mp_ofs (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c4735 int mp_size, mp_ofs, name_ofs, arec_size, err; local
4819 mp_ofs = (name_ofs + a->name_length * sizeof(ntfschar) + 7) & ~7;
4825 arec_size = (mp_ofs + mp_size + 7) & ~7;
4850 a->mapping_pairs_offset = cpu_to_le16(mp_ofs);
4876 if (ntfs_mapping_pairs_build(vol, (u8*)a + mp_ofs, arec_size - mp_ofs,

Completed in 58 milliseconds