Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dsmb2pdu.h1401 __le32 OutputOffset; member
1457 __le32 OutputOffset; member
/linux/fs/smb/client/
H A Dsmb2misc.c373 ((struct smb2_ioctl_rsp *)shdr)->OutputOffset); in smb2_get_data_area_len()
H A Dreparse.c1117 le32_to_cpu(io->OutputOffset)); in smb2_get_reparse_point_buffer()
H A Dsmb2inode.c36 off = le32_to_cpu(io->OutputOffset); in reparse_buf_ptr()
H A Dsmb2pdu.c3417 req->OutputOffset = 0; in SMB2_ioctl_init()
3575 u32 outoff = le32_to_cpu(rsp->OutputOffset); in SMB2_ioctl()
3585 *out_data = kmemdup((char *)rsp + le32_to_cpu(rsp->OutputOffset), in SMB2_ioctl()
H A Dsmb2ops.c1752 le32_to_cpu(io_rsp->OutputOffset) + qi.input_buffer_length in smb2_ioctl_query_info()
1766 (const void *)io_rsp + le32_to_cpu(io_rsp->OutputOffset), in smb2_ioctl_query_info()
/linux/fs/smb/server/
H A Dsmb2pdu.c8459 rsp->OutputOffset = cpu_to_le32(112); in smb2_ioctl()