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

/linux-master/fs/smb/client/
H A Dsmb2pdu.c3681 char *end_of_buf = begin_of_buf + buffer_length; local
3697 if ((begin_of_buf > end_of_smb) || (end_of_buf > end_of_smb)) {
5171 num_entries(int infotype, char *bufstart, char *end_of_buf, char **lastentry, argument
5187 entryptr + next_offset > end_of_buf ||
5188 entryptr + next_offset + size > end_of_buf) {
5197 len = posix_info_extra_size(entryptr, end_of_buf);
5203 entryptr + len > end_of_buf ||
5204 entryptr + len + size > end_of_buf) {
5206 end_of_buf);
/linux-master/drivers/target/iscsi/
H A Discsi_target.c3380 int buffer_len, end_of_buf = 0, len = 0, payload_len = 0; local
3459 end_of_buf = 1;
3488 end_of_buf = 1;
3505 if (end_of_buf) {

Completed in 161 milliseconds