• Home
  • Raw
  • Download

Lines Matching refs:ATTR_RECORD

125 s64 ntfs_get_attribute_value_length(const ATTR_RECORD *a)  in GenNAttrIno()
149 const ATTR_RECORD *a, u8 *b) in ntfs_get_attribute_value()
416 ATTR_RECORD *a; in ntfs_attr_open()
661 ATTR_RECORD *a; in ntfs_attr_map_partial_runlist()
755 ATTR_RECORD *a; in ntfs_attr_map_whole_runlist()
2829 ATTR_RECORD *a;
2860 a = (ATTR_RECORD*)((char*)ctx->attr +
2862 for (;; a = (ATTR_RECORD*)((char*)a + le32_to_cpu(a->length))) {
2870 || (((space < (ptrdiff_t)offsetof(ATTR_RECORD,
3072 ATTR_RECORD *a;
3157 ctx->attr = (ATTR_RECORD*)((u8*)ctx->mrec +
3299 a = ctx->attr = (ATTR_RECORD*)((char*)ctx->mrec +
3329 if ((space < (ptrdiff_t)offsetof(ATTR_RECORD, resident_end))
3361 a = (ATTR_RECORD*)((char*)a + le32_to_cpu(a->length));
3399 ctx->attr = (ATTR_RECORD*)((u8*)ctx->mrec +
3437 int ntfs_attr_inconsistent(const ATTR_RECORD *a, const MFT_REF mref)
3456 < offsetof(ATTR_RECORD, non_resident_end))
3474 < offsetof(ATTR_RECORD, resident_end))
3753 ctx->attr = (ATTR_RECORD*)((u8*)mrec + le16_to_cpu(mrec->attrs_offset));
3777 ctx->attr = (ATTR_RECORD*)((u8*)ctx->mrec +
4103 ATTR_RECORD *a;
4147 length = offsetof(ATTR_RECORD, resident_end) +
4163 ? const_cpu_to_le16(offsetof(ATTR_RECORD, resident_end))
4235 ATTR_RECORD *a;
4283 length = offsetof(ATTR_RECORD, compressed_size) + ((sizeof(ntfschar) *
4298 a->name_offset = cpu_to_le16(offsetof(ATTR_RECORD, compressed_size) +
4581 attr_rec_size = offsetof(ATTR_RECORD, resident_end) +
4585 attr_rec_size = offsetof(ATTR_RECORD, non_resident_end) +
4691 (ATTR_RECORD*)((u8*)attr_ni->mrec + offset), 0))
4806 int ntfs_attr_record_resize(MFT_RECORD *m, ATTR_RECORD *a, u32 new_size)
4877 int ntfs_resident_attr_value_resize(MFT_RECORD *m, ATTR_RECORD *a,
4886 int offset = ((offsetof(ATTR_RECORD, resident_end)
4921 ATTR_RECORD *a;
5406 ATTR_RECORD *a;
5416 if (le32_to_cpu(a->length) <= offsetof(ATTR_RECORD,
5470 if (ntfs_inode_free_space(na->ni, offsetof(ATTR_RECORD,
5772 static int ntfs_attr_update_meta(ATTR_RECORD *a, ntfs_attr *na, MFT_RECORD *m,
5906 ATTR_RECORD *a;
6243 (offsetof(ATTR_RECORD, compressed_size) +
6262 a = (ATTR_RECORD*)((u8*)m + err);
7120 ATTR_RECORD *a;