Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifsacl.c761 static void parse_dacl(struct cifs_acl *pdacl, char *end_of_acl, in parse_dacl()
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()
[all …]
Dcifsacl.h37 sizeof(struct cifs_acl) + \
77 struct cifs_acl { struct
Dfs_context.h201 bool cifs_acl:1; member
Dcifssmb.c2930 struct cifs_posix_acl *cifs_acl = (struct cifs_posix_acl *)src; in cifs_to_posix_acl() local
2934 if (le16_to_cpu(cifs_acl->version) != CIFS_ACL_VERSION) in cifs_to_posix_acl()
2938 count = le16_to_cpu(cifs_acl->access_entry_count); in cifs_to_posix_acl()
2939 pACE = &cifs_acl->ace_array[0]; in cifs_to_posix_acl()
2949 count = le16_to_cpu(cifs_acl->access_entry_count); in cifs_to_posix_acl()
2953 pACE = &cifs_acl->ace_array[count]; in cifs_to_posix_acl()
2954 count = le16_to_cpu(cifs_acl->default_entry_count); in cifs_to_posix_acl()
3015 struct cifs_posix_acl *cifs_acl = (struct cifs_posix_acl *)parm_data; in posix_acl_to_cifs() local
3020 if ((acl == NULL) || (cifs_acl == NULL)) in posix_acl_to_cifs()
3033 cifs_acl->version = cpu_to_le16(1); in posix_acl_to_cifs()
[all …]
Dfs_context.c1453 ctx->cifs_acl = !result.negated; in smb3_fs_context_parse_param()
1753 if (ctx->cifs_acl) in smb3_update_mnt_flags()
Dconnect.c3248 if ((ctx->cifs_acl) && (ctx->dynperm)) in cifs_setup_cifs_sb()