Searched refs:SIZEOF_SECURITY_HDR (Results 1 – 2 of 2) sorted by relevance
1959 if (le16_to_cpu(ne->view.data_size) < SIZEOF_SECURITY_HDR) in ntfs_security_init()2020 if (t32 < SIZEOF_SECURITY_HDR) { in ntfs_get_security_by_id()2025 if (t32 > SIZEOF_SECURITY_HDR + 0x10000) { in ntfs_get_security_by_id()2031 *size = t32 - SIZEOF_SECURITY_HDR; in ntfs_get_security_by_id()2045 if (memcmp(&d_security, &sii_e->sec_hdr, SIZEOF_SECURITY_HDR)) { in ntfs_get_security_by_id()2052 SIZEOF_SECURITY_HDR, in ntfs_get_security_by_id()2091 u32 new_sec_size = size_sd + SIZEOF_SECURITY_HDR; in ntfs_insert_security()2229 sii_e.de.view.data_size = cpu_to_le16(SIZEOF_SECURITY_HDR); in ntfs_insert_security()2236 memcpy(&sii_e.sec_hdr, d_security, SIZEOF_SECURITY_HDR); in ntfs_insert_security()2245 sdh_e.de.view.data_size = cpu_to_le16(SIZEOF_SECURITY_HDR); in ntfs_insert_security()[all …]
913 #define SIZEOF_SECURITY_HDR 0x14 macro