Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/server/
Dxattr.h99 __u8 posix_acl_hash[XATTR_SD_HASH_SIZE]; /* 64bytes hash for posix acl */ member
Dndr.c441 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()
Dvfs.c1492 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()