Home
last modified time | relevance | path

Searched refs:cifs_acl (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/fs/cifs/
Dcifsacl.c756 static void parse_dacl(struct cifs_acl *pdacl, char *end_of_acl, in parse_dacl()
791 acl_size = sizeof(struct cifs_acl); in parse_dacl()
1029 static __u16 replace_sids_and_copy_aces(struct cifs_acl *pdacl, struct cifs_acl *pndacl, in replace_sids_and_copy_aces()
1044 size = sizeof(struct cifs_acl); in replace_sids_and_copy_aces()
1048 nsize = sizeof(struct cifs_acl); in replace_sids_and_copy_aces()
1069 static int set_chmod_dacl(struct cifs_acl *pdacl, struct cifs_acl *pndacl, in set_chmod_dacl()
1086 nsize = sizeof(struct cifs_acl); in set_chmod_dacl()
1098 size = sizeof(struct cifs_acl); in set_chmod_dacl()
1191 struct cifs_acl *dacl_ptr; /* no need for SACL ptr */ in parse_sec_desc()
1203 dacl_ptr = (struct cifs_acl *)((char *)pntsd + dacloffset); in parse_sec_desc()
[all …]
Dcifsacl.h37 sizeof(struct cifs_acl) + \
77 struct cifs_acl { struct
Dfs_context.h195 bool cifs_acl:1; member
Dcifssmb.c3333 struct cifs_posix_acl *cifs_acl = (struct cifs_posix_acl *)src; in cifs_copy_posix_acl() local
3336 if (le16_to_cpu(cifs_acl->version) != CIFS_ACL_VERSION) in cifs_copy_posix_acl()
3340 count = le16_to_cpu(cifs_acl->access_entry_count); in cifs_copy_posix_acl()
3341 pACE = &cifs_acl->ace_array[0]; in cifs_copy_posix_acl()
3351 count = le16_to_cpu(cifs_acl->access_entry_count); in cifs_copy_posix_acl()
3355 pACE = &cifs_acl->ace_array[count]; in cifs_copy_posix_acl()
3356 count = le16_to_cpu(cifs_acl->default_entry_count); in cifs_copy_posix_acl()
3405 struct cifs_posix_acl *cifs_acl = (struct cifs_posix_acl *)parm_data; in ACL_to_cifs_posix() local
3411 if ((buflen == 0) || (pACL == NULL) || (cifs_acl == NULL)) in ACL_to_cifs_posix()
3422 cifs_acl->version = cpu_to_le16(1); in ACL_to_cifs_posix()
[all …]
Dfs_context.c1315 ctx->cifs_acl = !result.negated; in smb3_fs_context_parse_param()
1601 if (ctx->cifs_acl) in smb3_update_mnt_flags()
Dconnect.c2834 if ((ctx->cifs_acl) && (ctx->dynperm)) in cifs_setup_cifs_sb()