Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/
Dfsntfs.c1908 if (le16_to_cpu(ne->view.data_size) < SIZEOF_SECURITY_HDR) in ntfs_security_init()
1969 if (t32 < SIZEOF_SECURITY_HDR) { in ntfs_get_security_by_id()
1974 if (t32 > SIZEOF_SECURITY_HDR + 0x10000) { in ntfs_get_security_by_id()
1980 *size = t32 - SIZEOF_SECURITY_HDR; in ntfs_get_security_by_id()
1994 if (memcmp(&d_security, &sii_e->sec_hdr, SIZEOF_SECURITY_HDR)) { in ntfs_get_security_by_id()
2001 SIZEOF_SECURITY_HDR, in ntfs_get_security_by_id()
2040 u32 new_sec_size = size_sd + SIZEOF_SECURITY_HDR; in ntfs_insert_security()
2178 sii_e.de.view.data_size = cpu_to_le16(SIZEOF_SECURITY_HDR); in ntfs_insert_security()
2185 memcpy(&sii_e.sec_hdr, d_security, SIZEOF_SECURITY_HDR); in ntfs_insert_security()
2194 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