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.c2691 struct smb3_acl acl = {}; in create_sd_buf()
2739 ptr += sizeof(struct smb3_acl); in create_sd_buf()
2744 acl_size = acelen + sizeof(struct smb3_acl); in create_sd_buf()
2765 memcpy(aclptr, &acl, sizeof(struct smb3_acl)); in create_sd_buf()