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

/linux-master/fs/ntfs3/
H A Dfsntfs.c1990 struct SECURITY_HDR d_security;
2020 if (t32 < sizeof(struct SECURITY_HDR)) {
2025 if (t32 > sizeof(struct SECURITY_HDR) + 0x10000) {
2031 *size = t32 - sizeof(struct SECURITY_HDR);
2052 sizeof(struct SECURITY_HDR),
2090 struct SECURITY_HDR *d_security;
2091 u32 new_sec_size = size_sd + sizeof(struct SECURITY_HDR);
2229 sii_e.de.view.data_size = cpu_to_le16(sizeof(struct SECURITY_HDR));
2236 memcpy(&sii_e.sec_hdr, d_security, sizeof(struct SECURITY_HDR));
2245 sdh_e.de.view.data_size = cpu_to_le16(sizeof(struct SECURITY_HDR));
[all...]
H A Dntfs.h919 struct SECURITY_HDR { struct
929 static_assert(sizeof(struct SECURITY_HDR) == 0x14);
935 struct SECURITY_HDR sec_hdr; // 0x14:
945 struct SECURITY_HDR sec_hdr; // 0x18: Data

Completed in 194 milliseconds