Lines Matching defs:attr
640 if (inode == FILE_BadClus && image->ctx->attr->type == AT_DATA)
646 if (image->ctx->attr->type == AT_DATA) {
660 if (image->ctx->attr->type != AT_DATA)
1118 static void wipe_index_allocation_timestamps(ntfs_inode *ni, ATTR_RECORD *attr)
1129 indexr = ntfs_index_root_get(ni, attr);
1139 name = (ntfschar *)((u8 *)attr + le16_to_cpu(attr->name_offset));
1140 name_len = attr->name_length;
1212 static void wipe_index_root_timestamps(ATTR_RECORD *attr, sle64 timestamp)
1217 iroot = (INDEX_ROOT *)((u8 *)attr + le16_to_cpu(attr->value_offset));
1234 (ntfschar *)((char *)attr +
1235 le16_to_cpu(attr->name_offset)),
1236 attr->name_length, CASE_SENSITIVE, NULL, 0)) {
1257 #define WIPE_TIMESTAMPS(atype, attr, timestamp) \
1260 ats = (atype *)((char *)(attr) + le16_to_cpu((attr)->value_offset)); \
1274 ATTR_RECORD *a = image->ctx->attr;
1294 a = image->ctx->attr;
1413 if (ctx->attr->type == AT_END)
1417 if (!ctx->attr->non_resident
1694 a = ctx->attr;
1707 && walk->image->ctx->attr->type == AT_INDEX_ALLOCATION)
1717 index_i30 = (walk->image->ctx->attr->type == AT_INDEX_ALLOCATION)
1731 err_exit("Corrupt runlist in inode %lld attr %x LCN "
1764 && (walk->image->ctx->attr->type == AT_DATA)) {
1771 || (walk->image->ctx->attr->type != AT_DATA))
1819 && (walk->image->ctx->attr->type == AT_DATA))
1834 if (ctx->attr->type == AT_END)