Searched refs:XATTR_SD_HASH_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/ksmbd/ |
A 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 */
|
A D | ndr.c | 429 ret = ndr_write_bytes(n, acl->hash, XATTR_SD_HASH_SIZE); in ndr_encode_v4_ntacl() 441 ret = ndr_write_bytes(n, acl->posix_acl_hash, XATTR_SD_HASH_SIZE); in ndr_encode_v4_ntacl() 487 ret = ndr_read_bytes(n, acl->hash, XATTR_SD_HASH_SIZE); in ndr_decode_v4_ntacl() 503 ret = ndr_read_bytes(n, acl->posix_acl_hash, XATTR_SD_HASH_SIZE); in ndr_decode_v4_ntacl()
|
A D | vfs.c | 1516 __u8 cmp_hash[XATTR_SD_HASH_SIZE] = {0}; in ksmbd_vfs_get_sd_xattr() 1546 if (memcmp(cmp_hash, acl.posix_acl_hash, XATTR_SD_HASH_SIZE)) { in ksmbd_vfs_get_sd_xattr()
|
Completed in 8 milliseconds