• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/

Lines Matching refs:ATTR_RECORD

103 s64 ntfs_get_attribute_value_length(const ATTR_RECORD *a)
127 const ATTR_RECORD *a, u8 *b)
380 ATTR_RECORD *a;
563 ATTR_RECORD *a;
1685 ATTR_RECORD *a;
1714 a = (ATTR_RECORD*)((char*)ctx->attr +
1716 for (;; a = (ATTR_RECORD*)((char*)a + le32_to_cpu(a->length))) {
1921 ATTR_RECORD *a;
1990 ctx->attr = (ATTR_RECORD*)((u8*)ctx->mrec +
2135 a = ctx->attr = (ATTR_RECORD*)((char*)ctx->mrec +
2191 a = (ATTR_RECORD*)((char*)a + le32_to_cpu(a->length));
2227 ctx->attr = (ATTR_RECORD*)((u8*)ctx->mrec +
2397 ctx->attr = (ATTR_RECORD*)((u8*)mrec + le16_to_cpu(mrec->attrs_offset));
2421 ctx->attr = (ATTR_RECORD*)((u8*)ctx->mrec +
2716 ATTR_RECORD *a;
2760 length = offsetof(ATTR_RECORD, resident_end) +
2775 a->name_offset = cpu_to_le16(offsetof(ATTR_RECORD, resident_end));
2843 ATTR_RECORD *a;
2891 length = offsetof(ATTR_RECORD, compressed_size) + ((sizeof(ntfschar) *
2906 a->name_offset = cpu_to_le16(offsetof(ATTR_RECORD, compressed_size) +
3188 attr_rec_size = offsetof(ATTR_RECORD, resident_end) +
3192 attr_rec_size = offsetof(ATTR_RECORD, non_resident_end) +
3289 (ATTR_RECORD*)((u8*)attr_ni->mrec + offset), 0))
3376 int ntfs_attr_record_resize(MFT_RECORD *m, ATTR_RECORD *a, u32 new_size)
3440 int ntfs_resident_attr_value_resize(MFT_RECORD *m, ATTR_RECORD *a,
3477 ATTR_RECORD *a;
3903 ATTR_RECORD *a;
3913 if (le32_to_cpu(a->length) <= offsetof(ATTR_RECORD,
3947 if (ntfs_inode_free_space(na->ni, offsetof(ATTR_RECORD,
4209 static int ntfs_attr_update_meta(ATTR_RECORD *a, ntfs_attr *na, MFT_RECORD *m,
4333 ATTR_RECORD *a;
4564 (offsetof(ATTR_RECORD, compressed_size) +
4581 a = (ATTR_RECORD*)((u8*)m + err);