Home
last modified time | relevance | path

Searched refs:SIZEOF_SECURITY_HDR (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/fs/ntfs3/
Dfsntfs.c1906 if (le16_to_cpu(ne->view.data_size) < SIZEOF_SECURITY_HDR) in ntfs_security_init()
1967 if (t32 < SIZEOF_SECURITY_HDR) { in ntfs_get_security_by_id()
1972 if (t32 > SIZEOF_SECURITY_HDR + 0x10000) { in ntfs_get_security_by_id()
1978 *size = t32 - SIZEOF_SECURITY_HDR; in ntfs_get_security_by_id()
1992 if (memcmp(&d_security, &sii_e->sec_hdr, SIZEOF_SECURITY_HDR)) { in ntfs_get_security_by_id()
1999 SIZEOF_SECURITY_HDR, in ntfs_get_security_by_id()
2038 u32 new_sec_size = size_sd + SIZEOF_SECURITY_HDR; in ntfs_insert_security()
2176 sii_e.de.view.data_size = cpu_to_le16(SIZEOF_SECURITY_HDR); in ntfs_insert_security()
2183 memcpy(&sii_e.sec_hdr, d_security, SIZEOF_SECURITY_HDR); in ntfs_insert_security()
2192 sdh_e.de.view.data_size = cpu_to_le16(SIZEOF_SECURITY_HDR); in ntfs_insert_security()
[all …]
Dntfs.h918 #define SIZEOF_SECURITY_HDR 0x14 macro