Home
last modified time | relevance | path

Searched defs:ntfs_attr_record (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/core/fs/ntfs/
Dntfs.h273 struct ntfs_attr_record { struct
274 uint32_t type; /* Attr. type code */
275 uint32_t len;
276 uint8_t non_resident;
277 uint8_t name_len;
278 uint16_t name_offset;
279 uint16_t flags; /* Attr. flags */
280 uint16_t instance;
281 union {
303 } __attribute__((__packed__)) data;