Home
last modified time | relevance | path

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

/fs/smb/client/
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()
1032 static __u16 replace_sids_and_copy_aces(struct cifs_acl *pdacl, struct cifs_acl *pndacl, in replace_sids_and_copy_aces()
1047 size = sizeof(struct cifs_acl); in replace_sids_and_copy_aces()
1051 nsize = sizeof(struct cifs_acl); in replace_sids_and_copy_aces()
1072 static int set_chmod_dacl(struct cifs_acl *pdacl, struct cifs_acl *pndacl, in set_chmod_dacl()
1089 nsize = sizeof(struct cifs_acl); in set_chmod_dacl()
1101 size = sizeof(struct cifs_acl); in set_chmod_dacl()
1194 struct cifs_acl *dacl_ptr; /* no need for SACL ptr */ in parse_sec_desc()
1206 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.h200 bool cifs_acl:1; member
Dcifssmb.c2904 struct cifs_posix_acl *cifs_acl = (struct cifs_posix_acl *)src; in cifs_copy_posix_acl() local
2907 if (le16_to_cpu(cifs_acl->version) != CIFS_ACL_VERSION) in cifs_copy_posix_acl()
2911 count = le16_to_cpu(cifs_acl->access_entry_count); in cifs_copy_posix_acl()
2912 pACE = &cifs_acl->ace_array[0]; in cifs_copy_posix_acl()
2922 count = le16_to_cpu(cifs_acl->access_entry_count); in cifs_copy_posix_acl()
2926 pACE = &cifs_acl->ace_array[count]; in cifs_copy_posix_acl()
2927 count = le16_to_cpu(cifs_acl->default_entry_count); in cifs_copy_posix_acl()
2976 struct cifs_posix_acl *cifs_acl = (struct cifs_posix_acl *)parm_data; in ACL_to_cifs_posix() local
2982 if ((buflen == 0) || (pACL == NULL) || (cifs_acl == NULL)) in ACL_to_cifs_posix()
2993 cifs_acl->version = cpu_to_le16(1); in ACL_to_cifs_posix()
[all …]
Dfs_context.c1399 ctx->cifs_acl = !result.negated; in smb3_fs_context_parse_param()
1699 if (ctx->cifs_acl) in smb3_update_mnt_flags()
Dconnect.c3267 if ((ctx->cifs_acl) && (ctx->dynperm)) in cifs_setup_cifs_sb()