Home
last modified time | relevance | path

Searched refs:ATTR_REC (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsck.c420 static ATTR_REC *check_attr_record(ATTR_REC *attr_rec, MFT_RECORD *mft_rec, in check_attr_record()
566 return (ATTR_REC *)(((u8 *)attr_rec) + length); in check_attr_record()
584 ATTR_REC *attr_rec; in check_file_record()
629 attr_rec = (ATTR_REC *)(buffer + attrs_offset); in check_file_record()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h823 typedef ATTR_RECORD ATTR_REC; typedef
/third_party/ntfs-3g/libntfs-3g/
Dattrib.c4857 if (new_size >= offsetof(ATTR_REC, length) + sizeof(a->length))
5110 ATTR_REC *a = ctx->attr;
5193 name_ofs = (sizeof(ATTR_REC) + 7) & ~7;
5195 name_ofs = (sizeof(ATTR_REC) - sizeof(a->compressed_size) + 7) & ~7;
5611 ATTR_REC *a = ctx->attr;