Home
last modified time | relevance | path

Searched refs:OutputOffset (Results 1 – 7 of 7) sorted by relevance

/linux/fs/smb/common/
H A Dsmb2pdu.h1380 __le32 OutputOffset; member
1397 __le32 OutputOffset; member
/linux/fs/smb/client/
H A Dsmb2misc.c371 ((struct smb2_ioctl_rsp *)shdr)->OutputOffset); in smb2_get_data_area_len()
H A Dreparse.c1109 le32_to_cpu(io->OutputOffset)); in smb2_parse_reparse_point()
H A Dsmb2pdu.c3350 req->OutputOffset = 0; in SMB2_ioctl_init()
3508 if (rsp_iov.iov_len - *plen < le32_to_cpu(rsp->OutputOffset)) { in SMB2_ioctl()
3510 le32_to_cpu(rsp->OutputOffset)); in SMB2_ioctl()
3516 *out_data = kmemdup((char *)rsp + le32_to_cpu(rsp->OutputOffset), in SMB2_ioctl()
H A Dsmb2inode.c36 off = le32_to_cpu(io->OutputOffset); in reparse_buf_ptr()
H A Dsmb2ops.c1731 le32_to_cpu(io_rsp->OutputOffset) + qi.input_buffer_length in smb2_ioctl_query_info()
1745 (const void *)io_rsp + le32_to_cpu(io_rsp->OutputOffset), in smb2_ioctl_query_info()
/linux/fs/smb/server/
H A Dsmb2pdu.c8360 rsp->OutputOffset = cpu_to_le32(112); in smb2_ioctl()