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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_attr_list.c1338 unsigned bytes_needed, bytes_free, alloc_size, name_ofs; local
1699 name_ofs = (offsetof(ATTR_REC, compressed_size) + 7) & ~7;
1700 mp_ofs = (name_ofs + 7) & ~7;
1729 al_a->name_offset = cpu_to_le16(name_ofs);
H A Dntfs_attr.c2336 unsigned name_ofs, val_ofs; local
2343 name_ofs = offsetof(ATTR_RECORD, reservedR) + sizeof(a->reservedR);
2349 val_ofs = name_ofs + (((name_len << NTFSCHAR_SIZE_SHIFT) + 7) & ~7);
2366 a->name_offset = cpu_to_le16(name_ofs);
2380 memcpy((u8*)a + name_ofs, name,
2427 unsigned name_ofs, val_ofs, al_entry_used, al_entry_len, new_al_size; local
2441 name_ofs = offsetof(ATTR_RECORD, reservedR) + sizeof(a->reservedR);
2447 val_ofs = name_ofs + (((name_len << NTFSCHAR_SIZE_SHIFT) + 7) & ~7);
2602 memcpy((u8*)a + name_ofs, name,
2938 unsigned mp_size, mp_ofs, name_ofs, arec_siz local
[all...]

Completed in 181 milliseconds