Searched refs:smb_ntsd (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/ksmbd/ |
D | smbacl.h | 118 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,
|
D | smbacl.c | 811 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()
|
D | vfs.h | 151 struct smb_ntsd *pntsd, int len); 155 struct smb_ntsd **pntsd);
|
D | smb2pdu.h | 424 struct smb_ntsd ntsd;
|
D | vfs.c | 1433 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()
|
D | smb2pdu.c | 2983 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()
|