Lines Matching refs:ATTR_RECORD
46 * Assuming you cache ctx->attr in a variable @a of type ATTR_RECORD * and that
76 ATTR_RECORD *a;
243 old_ctx.attr = (ATTR_RECORD*)(
419 * Assuming you cache ctx->attr in a variable @a of type ATTR_RECORD * and that
579 ATTR_RECORD *a;
592 a = (ATTR_RECORD*)((u8*)ctx->attr +
594 for (;; a = (ATTR_RECORD*)((u8*)a + le32_to_cpu(a->length))) {
599 /* check whether ATTR_RECORD wrap */
605 (u8 *)a + sizeof(ATTR_RECORD) > mrec_end)
608 /* check whether ATTR_RECORD's name is within bounds */
621 /* check whether ATTR_RECORD's length wrap */
624 /* check whether ATTR_RECORD's length is within bounds */
876 ATTR_RECORD *a;
1031 ctx->attr = (ATTR_RECORD*)((u8*)ctx->mrec +
1091 a = (ATTR_RECORD*)((u8*)a + le32_to_cpu(a->length));
1136 ctx->attr = (ATTR_RECORD*)((u8*)ctx->mrec +
1233 .attr = (ATTR_RECORD*)((u8*)mrec +
1256 ctx->attr = (ATTR_RECORD*)((u8*)ctx->mrec +
1445 int ntfs_attr_record_resize(MFT_RECORD *m, ATTR_RECORD *a, u32 new_size)
1489 int ntfs_resident_attr_value_resize(MFT_RECORD *m, ATTR_RECORD *a,
1552 ATTR_RECORD *a;
1769 name_ofs = (offsetof(ATTR_RECORD, data.resident.reserved) +
1923 ATTR_RECORD *a;