Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H 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 */
H A Dndr.c429 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()