Searched refs:cifs_acl (Results 1 – 6 of 6) sorted by relevance
796 acl_size = sizeof(struct cifs_acl); in parse_dacl()1037 static __u16 replace_sids_and_copy_aces(struct cifs_acl *pdacl, struct cifs_acl *pndacl, in replace_sids_and_copy_aces()1052 size = sizeof(struct cifs_acl); in replace_sids_and_copy_aces()1056 nsize = sizeof(struct cifs_acl); in replace_sids_and_copy_aces()1077 static int set_chmod_dacl(struct cifs_acl *pdacl, struct cifs_acl *pndacl, in set_chmod_dacl()1094 nsize = sizeof(struct cifs_acl); in set_chmod_dacl()1106 size = sizeof(struct cifs_acl); in set_chmod_dacl()1199 struct cifs_acl *dacl_ptr; /* no need for SACL ptr */ in parse_sec_desc()1211 dacl_ptr = (struct cifs_acl *)((char *)pntsd + dacloffset); in parse_sec_desc()1269 dacl_ptr = (struct cifs_acl *)((char *)pntsd + dacloffset); in build_sec_desc()[all …]
37 sizeof(struct cifs_acl) + \77 struct cifs_acl { struct
200 bool cifs_acl:1; member
2932 count = le16_to_cpu(cifs_acl->access_entry_count); in cifs_to_posix_acl()2933 pACE = &cifs_acl->ace_array[0]; in cifs_to_posix_acl()2943 count = le16_to_cpu(cifs_acl->access_entry_count); in cifs_to_posix_acl()2947 pACE = &cifs_acl->ace_array[count]; in cifs_to_posix_acl()2948 count = le16_to_cpu(cifs_acl->default_entry_count); in cifs_to_posix_acl()3014 if ((acl == NULL) || (cifs_acl == NULL)) in posix_acl_to_cifs()3027 cifs_acl->version = cpu_to_le16(1); in posix_acl_to_cifs()3029 cifs_acl->access_entry_count = cpu_to_le16(count); in posix_acl_to_cifs()3032 cifs_acl->default_entry_count = cpu_to_le16(count); in posix_acl_to_cifs()3033 cifs_acl->access_entry_count = cpu_to_le16(0xFFFF); in posix_acl_to_cifs()[all …]
1390 ctx->cifs_acl = !result.negated; in smb3_fs_context_parse_param()1689 if (ctx->cifs_acl) in smb3_update_mnt_flags()
3118 if ((ctx->cifs_acl) && (ctx->dynperm)) in cifs_setup_cifs_sb()
Completed in 32 milliseconds