Home
last modified time | relevance | path

Searched refs:bytes_remaining (Results 1 – 6 of 6) sorted by relevance

/linux/fs/smb/client/
H A Dsess.c1463 __u16 bytes_remaining; in sess_auth_ntlmv2() local
1534 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlmv2()
1538 if (bytes_remaining == 0) { in sess_auth_ntlmv2()
1544 --bytes_remaining; in sess_auth_ntlmv2()
1546 decode_unicode_ssetup(&bcc_ptr, bytes_remaining, ses, in sess_auth_ntlmv2()
1549 decode_ascii_ssetup(&bcc_ptr, bytes_remaining, ses, in sess_auth_ntlmv2()
1573 __u16 bytes_remaining; in sess_auth_kerberos() local
1660 bytes_remaining = get_bcc(smb_buf); in sess_auth_kerberos()
1664 if (blob_len > bytes_remaining) { in sess_auth_kerberos()
1671 bytes_remaining -= blob_len; in sess_auth_kerberos()
[all …]
/linux/net/rxrpc/
H A Drxgk_common.h21 long long bytes_remaining; /* Remaining Tx lifetime of this key */ member
H A Drxgk.c202 gk->bytes_remaining < 0) { in rxgk_get_key()
377 gk->bytes_remaining -= ret; in rxgk_secure_packet_integrity()
419 gk->bytes_remaining -= ret; in rxgk_secure_packet_encrypted()
/linux/drivers/i2c/busses/
H A Di2c-fsi.c273 int bytes_remaining = msg->len - port->xfrd; in fsi_i2c_write_fifo() local
275 bytes_to_write = min(bytes_to_write, bytes_remaining); in fsi_i2c_write_fifo()
/linux/fs/orangefs/
H A Dinode.c228 loff_t bytes_remaining = inode->i_size - readahead_pos(rac); in orangefs_readahead() local
229 loff_t pages_remaining = bytes_remaining / PAGE_SIZE; in orangefs_readahead()
234 new_len = bytes_remaining; in orangefs_readahead()
/linux/drivers/i3c/master/
H A Drenesas-i3c.c1037 u32 bytes_remaining = 0; in renesas_i3c_resp_isr() local
1062 bytes_remaining = data_len - cmd->rx_count; in renesas_i3c_resp_isr()
1064 i3c_readl_fifo(i3c->regs + NTDTBP0, cmd->rx_buf, bytes_remaining); in renesas_i3c_resp_isr()