Searched refs:cifs_acl (Results 1 – 6 of 6) sorted by relevance
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()1261 dacl_ptr = (struct cifs_acl *)((char *)pntsd + dacloffset); in build_sec_desc()[all …]
37 sizeof(struct cifs_acl) + \77 struct cifs_acl { struct
198 bool cifs_acl:1; member
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()3422 cifs_acl->version = cpu_to_le16(1); in ACL_to_cifs_posix()3424 cifs_acl->access_entry_count = cpu_to_le16(count); in ACL_to_cifs_posix()3425 cifs_acl->default_entry_count = cpu_to_le16(0xFFFF); in ACL_to_cifs_posix()3427 cifs_acl->default_entry_count = cpu_to_le16(count); in ACL_to_cifs_posix()[all …]
1369 ctx->cifs_acl = !result.negated; in smb3_fs_context_parse_param()1683 if (ctx->cifs_acl) in smb3_update_mnt_flags()
2949 if ((ctx->cifs_acl) && (ctx->dynperm)) in cifs_setup_cifs_sb()
Completed in 31 milliseconds