Searched refs:end_of_buf (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb2pdu.c | 3823 char *end_of_buf = begin_of_buf + buffer_length; in smb2_validate_and_copy_iov() 3839 if ((begin_of_buf > end_of_smb) || (end_of_buf > end_of_smb)) { 5497 num_entries(int infotype, char *bufstart, char *end_of_buf, char **lastentry, in num_entries() 5513 entryptr + next_offset > end_of_buf || in SMB2_query_directory_init() 5514 entryptr + next_offset + size > end_of_buf) { in SMB2_query_directory_init() 5523 len = posix_info_extra_size(entryptr, end_of_buf); in SMB2_query_directory_init() 5529 entryptr + len > end_of_buf || in SMB2_query_directory_init() 5530 entryptr + len + size > end_of_buf) { in SMB2_query_directory_init() 5532 end_of_buf); in SMB2_query_directory_init() 3792 char *end_of_buf = begin_of_buf + buffer_length; smb2_validate_iov() local 5460 num_entries(int infotype,char * bufstart,char * end_of_buf,char ** lastentry,size_t size) num_entries() argument
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target.c | 3345 int buffer_len, end_of_buf = 0, len = 0, payload_len = 0; in iscsit_build_sendtargets_response() local 3424 end_of_buf = 1; in iscsit_build_sendtargets_response() 3453 end_of_buf = 1; in iscsit_build_sendtargets_response() 3470 if (end_of_buf) { in iscsit_build_sendtargets_response()
|