Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ksmbd/
Dsmbacl.h118 struct smb_ntsd { struct
193 int parse_sec_desc(struct user_namespace *user_ns, struct smb_ntsd *pntsd,
195 int build_sec_desc(struct user_namespace *user_ns, struct smb_ntsd *pntsd,
196 struct smb_ntsd *ppntsd, int ppntsd_size, int addition_info,
209 const struct path *path, struct smb_ntsd *pntsd, int ntsd_len,
Dsmbacl.c811 int parse_sec_desc(struct user_namespace *user_ns, struct smb_ntsd *pntsd, in parse_sec_desc()
824 if (acl_len < sizeof(struct smb_ntsd)) in parse_sec_desc()
893 struct smb_ntsd *pntsd, struct smb_ntsd *ppntsd, in build_sec_desc()
924 offset = sizeof(struct smb_ntsd); in build_sec_desc()
1002 struct smb_ntsd *parent_pntsd = NULL; in smb_inherit_dacl()
1106 struct smb_ntsd *pntsd; in smb_inherit_dacl()
1122 pntsd = kzalloc(sizeof(struct smb_ntsd) + powner_sid_size + in smb_inherit_dacl()
1134 pntsd_size = sizeof(struct smb_ntsd); in smb_inherit_dacl()
1194 struct smb_ntsd *pntsd = NULL; in smb_check_perm_dacl()
1357 const struct path *path, struct smb_ntsd *pntsd, int ntsd_len, in set_info_sec()
Dvfs.h151 struct smb_ntsd *pntsd, int len);
155 struct smb_ntsd **pntsd);
Dsmb2pdu.h424 struct smb_ntsd ntsd;
Dvfs.c1433 struct smb_ntsd *pntsd, int len) in ksmbd_vfs_set_sd_xattr()
1507 struct smb_ntsd **pntsd) in ksmbd_vfs_get_sd_xattr()
1552 if (acl.sd_size < sizeof(struct smb_ntsd)) { in ksmbd_vfs_get_sd_xattr()
Dsmb2pdu.c2983 struct smb_ntsd *pntsd; in smb2_open()
2992 pntsd = kmalloc(sizeof(struct smb_ntsd) + in smb2_open()
5129 struct smb_ntsd *pntsd = (struct smb_ntsd *)rsp->Buffer, *ppntsd = NULL; in smb2_get_info_sec()
5150 secdesclen = sizeof(struct smb_ntsd); in smb2_get_info_sec()
6008 struct smb_ntsd *pntsd = (struct smb_ntsd *)buffer; in smb2_set_info_sec()