Searched refs:cifs_acl (Results 1 – 4 of 4) sorted by relevance
3313 struct cifs_posix_acl *cifs_acl = (struct cifs_posix_acl *)src; in cifs_to_posix_acl() local3317 if (le16_to_cpu(cifs_acl->version) != CIFS_ACL_VERSION) in cifs_to_posix_acl()3321 count = le16_to_cpu(cifs_acl->access_entry_count); in cifs_to_posix_acl()3322 pACE = &cifs_acl->ace_array[0]; in cifs_to_posix_acl()3332 count = le16_to_cpu(cifs_acl->access_entry_count); in cifs_to_posix_acl()3336 pACE = &cifs_acl->ace_array[count]; in cifs_to_posix_acl()3337 count = le16_to_cpu(cifs_acl->default_entry_count); in cifs_to_posix_acl()3398 struct cifs_posix_acl *cifs_acl = (struct cifs_posix_acl *)parm_data; in posix_acl_to_cifs() local3403 if ((acl == NULL) || (cifs_acl == NULL)) in posix_acl_to_cifs()3416 cifs_acl->version = cpu_to_le16(1); in posix_acl_to_cifs()[all …]
258 bool cifs_acl:1; member
1794 ctx->cifs_acl = !result.negated; in smb3_fs_context_parse_param()2149 if (ctx->cifs_acl) in smb3_update_mnt_flags()
3513 if ((ctx->cifs_acl) && (ctx->dynperm)) in cifs_setup_cifs_sb()