Searched refs:posix_acl_hash (Results 1 – 3 of 3) sorted by relevance
99 __u8 posix_acl_hash[XATTR_SD_HASH_SIZE]; /* 64bytes hash for posix acl */ member
441 ret = ndr_write_bytes(n, acl->posix_acl_hash, XATTR_SD_HASH_SIZE); in ndr_encode_v4_ntacl()503 ret = ndr_read_bytes(n, acl->posix_acl_hash, XATTR_SD_HASH_SIZE); in ndr_decode_v4_ntacl()
1492 acl.posix_acl_hash); in ksmbd_vfs_set_sd_xattr()1559 if (memcmp(cmp_hash, acl.posix_acl_hash, XATTR_SD_HASH_SIZE)) { in ksmbd_vfs_get_sd_xattr()