Searched defs:ntfs_attr (Results 1 – 1 of 1) sorted by relevance
45 struct ntfs_attr { struct46 uint32_t a_type;47 uint32_t reclen;48 uint8_t a_flag;49 uint8_t a_namelen;50 uint8_t a_nameoff;51 uint8_t reserved1;52 uint8_t a_compression;53 uint8_t reserved2;54 uint16_t a_index;[all …]