Home
last modified time | relevance | path

Searched refs:smb3_acl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsacl.h171 struct smb3_acl { struct
H A Dsmb2pdu.c2301 struct smb3_acl acl = {}; in create_sd_buf()
2349 ptr += sizeof(struct smb3_acl); in create_sd_buf()
2354 acl_size = acelen + sizeof(struct smb3_acl); in create_sd_buf()
2375 memcpy(aclptr, &acl, sizeof(struct smb3_acl)); in create_sd_buf()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsacl.h161 struct smb3_acl { struct
H A Dsmb2pdu.c2588 struct smb3_acl acl = {}; in create_sd_buf()
2636 ptr += sizeof(struct smb3_acl); in create_sd_buf()
2641 acl_size = acelen + sizeof(struct smb3_acl); in create_sd_buf()
2662 memcpy(aclptr, &acl, sizeof(struct smb3_acl)); in create_sd_buf()

Completed in 15 milliseconds