Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2pdu.c3291 char *end_of_buf = begin_of_buf + buffer_length; in smb2_validate_iov() local
3307 if ((begin_of_buf > end_of_smb) || (end_of_buf > end_of_smb)) { in smb2_validate_iov()
4566 num_entries(int infotype, char *bufstart, char *end_of_buf, char **lastentry, in num_entries() argument
4582 entryptr + next_offset > end_of_buf || in num_entries()
4583 entryptr + next_offset + size > end_of_buf) { in num_entries()
4592 len = posix_info_extra_size(entryptr, end_of_buf); in num_entries()
4598 entryptr + len > end_of_buf || in num_entries()
4599 entryptr + len + size > end_of_buf) { in num_entries()
4601 end_of_buf); in num_entries()
/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H A Discsi_target.c3345 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()