Searched refs:smb_ntsd (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/fs/smb/server/ |
D | smbacl.h | 118 struct smb_ntsd { struct 193 int parse_sec_desc(struct mnt_idmap *idmap, struct smb_ntsd *pntsd, 195 int build_sec_desc(struct mnt_idmap *idmap, 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 | vfs.h | 147 struct smb_ntsd *pntsd, int len); 151 struct smb_ntsd **pntsd);
|
D | smbacl.c | 811 int parse_sec_desc(struct mnt_idmap *idmap, 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() 1193 struct smb_ntsd *pntsd = NULL; in smb_check_perm_dacl() 1356 const struct path *path, struct smb_ntsd *pntsd, int ntsd_len, in set_info_sec()
|
D | smb2pdu.h | 377 struct smb_ntsd ntsd;
|
D | vfs.c | 1434 struct smb_ntsd *pntsd, int len) in ksmbd_vfs_set_sd_xattr() 1509 struct smb_ntsd **pntsd) in ksmbd_vfs_get_sd_xattr() 1554 if (acl.sd_size < sizeof(struct smb_ntsd)) { in ksmbd_vfs_get_sd_xattr()
|
D | smb2pdu.c | 3118 struct smb_ntsd *pntsd; in smb2_open() 3127 pntsd = kmalloc(sizeof(struct smb_ntsd) + in smb2_open() 5199 struct smb_ntsd *pntsd = (struct smb_ntsd *)rsp->Buffer, *ppntsd = NULL; in smb2_get_info_sec() 5220 secdesclen = sizeof(struct smb_ntsd); in smb2_get_info_sec() 6011 struct smb_ntsd *pntsd = (struct smb_ntsd *)buffer; in smb2_set_info_sec()
|