Searched refs:smb_ntsd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/ |
H A 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,
|
H A D | vfs.h | 149 struct smb_ntsd *pntsd, int len, 154 struct smb_ntsd **pntsd);
|
H A D | smbacl.c | 814 int parse_sec_desc(struct mnt_idmap *idmap, struct smb_ntsd *pntsd, in parse_sec_desc() 827 if (acl_len < sizeof(struct smb_ntsd)) in parse_sec_desc() 896 struct smb_ntsd *pntsd, struct smb_ntsd *ppntsd, in build_sec_desc() 927 offset = sizeof(struct smb_ntsd); in build_sec_desc() 1005 struct smb_ntsd *parent_pntsd = NULL; in smb_inherit_dacl() 1109 struct smb_ntsd *pntsd; in smb_inherit_dacl() 1126 pntsd_alloc_size = sizeof(struct smb_ntsd) + powner_sid_size + in smb_inherit_dacl() 1139 pntsd_size = sizeof(struct smb_ntsd); in smb_inherit_dacl() 1219 struct smb_ntsd *pnts in smb_check_perm_dacl() [all...] |
H A D | smb2pdu.h | 377 struct smb_ntsd ntsd;
|
H A D | vfs.c | 1445 struct smb_ntsd *pntsd, int len, in ksmbd_vfs_set_sd_xattr() 1521 struct smb_ntsd **pntsd) in ksmbd_vfs_get_sd_xattr() 1566 if (acl.sd_size < sizeof(struct smb_ntsd)) { in ksmbd_vfs_get_sd_xattr()
|
H A D | smb2pdu.c | 3125 struct smb_ntsd *pntsd; in smb2_open() 3134 pntsd = kmalloc(sizeof(struct smb_ntsd) + in smb2_open() 5222 struct smb_ntsd *pntsd = (struct smb_ntsd *)rsp->Buffer, *ppntsd = NULL; in smb2_get_info_sec() 5243 secdesclen = sizeof(struct smb_ntsd); in smb2_get_info_sec() 6022 struct smb_ntsd *pntsd = (struct smb_ntsd *)buffer; in smb2_set_info_sec()
|
Completed in 16 milliseconds