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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dntfs.c63 uint16_t attrs_offset; member in struct:master_file_table_record
148 attr_off = le16_to_cpu(mftr->attrs_offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dmft.c229 a = (ATTR_RECORD *)((char *)m + le16_to_cpu(m->attrs_offset));
306 *attr = (ATTR_RECORD*)((char*)m + le16_to_cpu(m->attrs_offset));
374 mrec->attrs_offset = cpu_to_le16((le16_to_cpu(mrec->usa_ofs) +
378 * Using attrs_offset plus eight bytes (for the termination attribute),
381 mrec->bytes_in_use = cpu_to_le32((le16_to_cpu(mrec->attrs_offset) + 8 +
386 a = (ATTR_RECORD*)((u8*)mrec + le16_to_cpu(mrec->attrs_offset));
H A Dattrib.c1991 le16_to_cpu(ctx->mrec->attrs_offset));
2136 le16_to_cpu(ctx->mrec->attrs_offset));
2228 le16_to_cpu(ctx->mrec->attrs_offset));
2397 ctx->attr = (ATTR_RECORD*)((u8*)mrec + le16_to_cpu(mrec->attrs_offset));
2422 le16_to_cpu(ctx->mrec->attrs_offset));
3032 le16_to_cpu(ctx->mrec->attrs_offset) == 8) {
3294 le16_to_cpu(attr_ni->mrec->attrs_offset) == 8)
3974 le16_to_cpu(ctx->mrec->attrs_offset) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dattrib.c1014 le16_to_cpu(ctx->mrec->attrs_offset));
1119 le16_to_cpu(ctx->mrec->attrs_offset));
1216 le16_to_cpu(mrec->attrs_offset)),
1239 le16_to_cpu(ctx->mrec->attrs_offset));
H A Dlayout.h305 /* 20*/ le16 attrs_offset; /* Byte offset to the first attribute in this member in struct:__anon16819
365 /* 20*/ le16 attrs_offset; /* Byte offset to the first attribute in this member in struct:__anon16820
H A Dmft.c2054 m->attrs_offset = cpu_to_le16((le16_to_cpu(m->usa_ofs) +
2058 * Using attrs_offset plus eight bytes (for the termination attribute).
2059 * attrs_offset is already aligned to 8-byte boundary, so no need to
2062 m->bytes_in_use = cpu_to_le32(le16_to_cpu(m->attrs_offset) + 8);
2067 a = (ATTR_RECORD*)((u8*)m + le16_to_cpu(m->attrs_offset));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h362 /* 20*/ u16 attrs_offset; /* Byte offset to the first attribute in this member in struct:__anon4179
436 /* 20*/ u16 attrs_offset; /* Byte offset to the first attribute in this member in struct:__anon4180

Completed in 265 milliseconds