Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dfsntfs.c1930 if (le16_to_cpu(ne->view.data_size) < SIZEOF_SECURITY_HDR) in ntfs_security_init()
1991 if (t32 < SIZEOF_SECURITY_HDR) { in ntfs_get_security_by_id()
1996 if (t32 > SIZEOF_SECURITY_HDR + 0x10000) { in ntfs_get_security_by_id()
2002 *size = t32 - SIZEOF_SECURITY_HDR; in ntfs_get_security_by_id()
2016 if (memcmp(&d_security, &sii_e->sec_hdr, SIZEOF_SECURITY_HDR)) { in ntfs_get_security_by_id()
2023 SIZEOF_SECURITY_HDR, in ntfs_get_security_by_id()
2062 u32 new_sec_size = size_sd + SIZEOF_SECURITY_HDR; in ntfs_insert_security()
2200 sii_e.de.view.data_size = cpu_to_le16(SIZEOF_SECURITY_HDR); in ntfs_insert_security()
2207 memcpy(&sii_e.sec_hdr, d_security, SIZEOF_SECURITY_HDR); in ntfs_insert_security()
2216 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