Searched refs:entryptr (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/smb/client/
H A Dsmb2pdu.c5177 char *entryptr; local
5183 entryptr = bufstart;
5186 if (entryptr + next_offset < entryptr ||
5187 entryptr + next_offset > end_of_buf ||
5188 entryptr + next_offset + size > end_of_buf) {
5193 entryptr = entryptr + next_offset;
5194 dir_info = (FILE_DIRECTORY_INFO *)entryptr;
5197 len = posix_info_extra_size(entryptr, end_of_bu
[all...]

Completed in 132 milliseconds