Home
last modified time | relevance | path

Searched refs:XATTR_SD_HASH_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ksmbd/
A Dxattr.h84 #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 Dndr.c425 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()
A Dvfs.c1507 __u8 cmp_hash[XATTR_SD_HASH_SIZE] = {0}; in ksmbd_vfs_get_sd_xattr()
1537 if (memcmp(cmp_hash, acl.posix_acl_hash, XATTR_SD_HASH_SIZE)) { in ksmbd_vfs_get_sd_xattr()

Completed in 8 milliseconds