Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsacl.h72 struct smb3_acl { struct
H A Dsmb2pdu.c2631 struct smb3_acl acl = {}; in create_sd_buf()
2679 ptr += sizeof(struct smb3_acl); in create_sd_buf()
2684 acl_size = acelen + sizeof(struct smb3_acl); in create_sd_buf()
2705 memcpy(aclptr, &acl, sizeof(struct smb3_acl)); in create_sd_buf()