Searched refs:pntsd_size (Results 1 – 2 of 2) sorted by relevance
1041 pntsd_size = ksmbd_vfs_get_sd_xattr(conn, idmap, in smb_inherit_dacl()1043 if (pntsd_size <= 0) in smb_inherit_dacl()1049 dacl_struct_end > (size_t)pntsd_size) { in smb_inherit_dacl()1055 acl_len = pntsd_size - dacloffset; in smb_inherit_dacl()1170 pntsd_size = sizeof(struct smb_ntsd); in smb_inherit_dacl()1200 pntsd_size += powner_sid_size; in smb_inherit_dacl()1207 pntsd_size += pgroup_sid_size; in smb_inherit_dacl()1267 pntsd_size = ksmbd_vfs_get_sd_xattr(conn, idmap, in smb_check_perm_dacl()1269 if (pntsd_size <= 0 || !pntsd) in smb_check_perm_dacl()1275 dacl_struct_end > (size_t)pntsd_size) in smb_check_perm_dacl()[all …]
3368 int pntsd_size, ace_num = 0; in smb2_open() local3392 &pntsd_size, &fattr); in smb2_open()3404 pntsd_size, in smb2_open()