Searched refs:XATTR_SD_HASH_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/fs/ksmbd/ |
D | xattr.h | 84 #define XATTR_SD_HASH_SIZE 64 macro 98 __u8 hash[XATTR_SD_HASH_SIZE]; /* 64bytes hash for ntacl */ 99 __u8 posix_acl_hash[XATTR_SD_HASH_SIZE]; /* 64bytes hash for posix acl */
|
D | ndr.c | 425 ret = ndr_write_bytes(n, acl->hash, XATTR_SD_HASH_SIZE); in ndr_encode_v4_ntacl() 437 ret = ndr_write_bytes(n, acl->posix_acl_hash, XATTR_SD_HASH_SIZE); in ndr_encode_v4_ntacl() 483 ret = ndr_read_bytes(n, acl->hash, XATTR_SD_HASH_SIZE); in ndr_decode_v4_ntacl() 499 ret = ndr_read_bytes(n, acl->posix_acl_hash, XATTR_SD_HASH_SIZE); in ndr_decode_v4_ntacl()
|
D | vfs.c | 1506 __u8 cmp_hash[XATTR_SD_HASH_SIZE] = {0}; in ksmbd_vfs_get_sd_xattr() 1536 if (memcmp(cmp_hash, acl.posix_acl_hash, XATTR_SD_HASH_SIZE)) { in ksmbd_vfs_get_sd_xattr()
|