Searched refs:ppntsd_size (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/fs/ksmbd/ |
D | smbacl.h | 196 struct smb_ntsd *ppntsd, int ppntsd_size, int addition_info,
|
D | smbacl.c | 894 int ppntsd_size, int addition_info, __u32 *secdesclen, in build_sec_desc() argument 957 int ppdacl_size, ntacl_size = ppntsd_size - dacl_offset; in build_sec_desc() 960 (dacl_offset + sizeof(struct smb_acl) > ppntsd_size)) in build_sec_desc()
|
D | smb2pdu.c | 5132 int rc = 0, ppntsd_size = 0; in smb2_get_info_sec() local 5178 ppntsd_size = ksmbd_vfs_get_sd_xattr(work->conn, user_ns, in smb2_get_info_sec() 5183 if (smb2_resp_buf_len(work, 8) > ppntsd_size) in smb2_get_info_sec() 5184 rc = build_sec_desc(user_ns, pntsd, ppntsd, ppntsd_size, in smb2_get_info_sec()
|