Searched refs:ATTR_REC (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlayout.h823 typedef ATTR_RECORD ATTR_REC; typedef
H A 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;

Completed in 60 milliseconds