Searched refs:a_hdr (Results 1 – 2 of 2) sorted by relevance
310 while (ap->a_hdr.a_type != -1) { in ntfs_loadntnode()318 off += ap->a_hdr.reclen; in ntfs_loadntnode()527 vap->va_flag = rap->a_hdr.a_flag; in ntfs_attrtontvattr()528 vap->va_type = rap->a_hdr.a_type; in ntfs_attrtontvattr()529 vap->va_compression = rap->a_hdr.a_compression; in ntfs_attrtontvattr()530 vap->va_index = rap->a_hdr.a_index; in ntfs_attrtontvattr()534 vap->va_namelen = rap->a_hdr.a_namelen; in ntfs_attrtontvattr()535 if (rap->a_hdr.a_namelen) { in ntfs_attrtontvattr()536 wchar *unp = (wchar *) ((caddr_t) rap + rap->a_hdr.a_nameoff); in ntfs_attrtontvattr()
82 struct attrhdr a_hdr; member