Searched refs:read_data_offset (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 4619 data_offset = server->ops->read_data_offset(buf); in handle_read_data() 5138 .read_data_offset = smb2_read_data_offset, 5238 .read_data_offset = smb2_read_data_offset, 5339 .read_data_offset = smb2_read_data_offset, 5452 .read_data_offset = smb2_read_data_offset,
|
H A D | smb1ops.c | 1160 .read_data_offset = cifs_read_data_offset,
|
H A D | cifsglob.h | 242 unsigned int (*read_data_offset)(char *); member
|
H A D | cifssmb.c | 1556 data_offset = server->ops->read_data_offset(buf) + in cifs_readv_receive()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2ops.c | 4670 data_offset = server->ops->read_data_offset(buf); in handle_read_data() 5213 .read_data_offset = smb2_read_data_offset, 5315 .read_data_offset = smb2_read_data_offset, 5418 .read_data_offset = smb2_read_data_offset, 5532 .read_data_offset = smb2_read_data_offset,
|
H A D | smb1ops.c | 1166 .read_data_offset = cifs_read_data_offset,
|
H A D | cifsglob.h | 287 unsigned int (*read_data_offset)(char *); member
|
H A D | transport.c | 1763 data_offset = server->ops->read_data_offset(buf) + in cifs_readv_receive()
|
Completed in 41 milliseconds