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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmft.c266 if (le16_to_cpu(m->attrs_offset) & 7) {
272 a = (ATTR_RECORD *)((char *)m + le16_to_cpu(m->attrs_offset));
280 offset = le16_to_cpu(m->attrs_offset);
380 *attr = (ATTR_RECORD*)((char*)m + le16_to_cpu(m->attrs_offset));
448 mrec->attrs_offset = cpu_to_le16((le16_to_cpu(mrec->usa_ofs) +
452 * Using attrs_offset plus eight bytes (for the termination attribute),
455 mrec->bytes_in_use = cpu_to_le32((le16_to_cpu(mrec->attrs_offset) + 8 +
460 a = (ATTR_RECORD*)((u8*)mrec + le16_to_cpu(mrec->attrs_offset));
H A Dlayout.h369 /* 20*/ le16 attrs_offset; /* Byte offset to the first attribute in this member in struct:__anon21
444 /* 20*/ le16 attrs_offset; /* Byte offset to the first attribute in this member in struct:__anon22
H A Dattrib.c3158 le16_to_cpu(ctx->mrec->attrs_offset));
3300 le16_to_cpu(ctx->mrec->attrs_offset));
3400 le16_to_cpu(ctx->mrec->attrs_offset));
3753 ctx->attr = (ATTR_RECORD*)((u8*)mrec + le16_to_cpu(mrec->attrs_offset));
3778 le16_to_cpu(ctx->mrec->attrs_offset));
4424 le16_to_cpu(ctx->mrec->attrs_offset) == 8) {
4696 le16_to_cpu(attr_ni->mrec->attrs_offset) == 8)
5497 le16_to_cpu(ctx->mrec->attrs_offset) +

Completed in 66 milliseconds