Searched refs:smb_ace (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/smb/server/ |
| H A D | smbacl.c | 379 struct smb_ace **ppace; in parse_dacl() 407 (offsetof(struct smb_ace, sid) + in parse_dacl() 590 struct smb_ace *pndace, in set_posix_acl_entries_dacl() 596 struct smb_ace *ntace; in set_posix_acl_entries_dacl() 711 struct smb_ace *ntace, *pndace; in set_ntacl_dacl() 746 struct smb_ace *pace, *pndace; in set_mode_dacl() 1027 struct smb_ace *parent_aces, *aces; in smb_inherit_dacl() 1072 aces = (struct smb_ace *)aces_base; in smb_inherit_dacl() 1211 struct smb_ace *pace; in smb_inherit_dacl() 1258 struct smb_ace *ace; in smb_check_perm_dacl() [all …]
|
| H A D | smb2pdu.c | 3379 sizeof(struct smb_ace) * ace_num * 2, in smb2_open()
|
| /linux-6.15/fs/smb/client/ |
| H A D | cifsacl.c | 669 static __u16 cifs_copy_ace(struct smb_ace *dst, struct smb_ace *src, struct smb_sid *psid) in cifs_copy_ace() 769 struct smb_ace **ppace; in parse_dacl() 804 (offsetof(struct smb_ace, sid) + in parse_dacl() 819 acl_size = offsetof(struct smb_ace, sid) + in parse_dacl() 972 struct smb_ace *pnntace = NULL; in populate_new_aces() 1070 struct smb_ace *pntace = NULL; in replace_sids_and_copy_aces() 1074 struct smb_ace *pnntace = NULL; in replace_sids_and_copy_aces() 1087 pntace = (struct smb_ace *) (acl_base + size); in replace_sids_and_copy_aces() 1110 struct smb_ace *pntace = NULL; in set_chmod_dacl() 1114 struct smb_ace *pnntace = NULL; in set_chmod_dacl() [all …]
|
| H A D | cifsacl.h | 31 (sizeof(struct smb_ace) * 4))
|
| H A D | cifsproto.h | 251 extern unsigned int setup_authusers_ACE(struct smb_ace *pace); 252 extern unsigned int setup_special_mode_ACE(struct smb_ace *pace, 255 extern unsigned int setup_special_user_owner_ACE(struct smb_ace *pace);
|
| H A D | smb2pdu.c | 2615 *len = round_up(sizeof(struct crt_sd_ctxt) + (sizeof(struct smb_ace) * 4), 8); in create_sd_buf() 2664 acelen = setup_special_mode_ACE((struct smb_ace *)ptr, false, (__u64)mode); in create_sd_buf() 2671 acelen = setup_special_user_owner_ACE((struct smb_ace *)ptr); in create_sd_buf() 2678 acelen = setup_authusers_ACE((struct smb_ace *)ptr); in create_sd_buf()
|
| H A D | cifsglob.h | 250 struct smb_ace *aces;
|
| /linux-6.15/fs/smb/common/ |
| H A D | smbacl.h | 114 struct smb_ace { struct
|