Home
last modified time | relevance | path

Searched refs:smb2_change_notify_rsp (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/fs/cifs/
Dsmb2misc.c374 ((struct smb2_change_notify_rsp *)shdr)->OutputBufferOffset); in smb2_get_data_area_len()
376 ((struct smb2_change_notify_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
Dsmb2pdu.c3725 struct smb2_change_notify_rsp *smb_rsp; in SMB2_change_notify()
3767 (rsp_iov.iov_len < sizeof(struct smb2_change_notify_rsp))) in SMB2_change_notify()
3770 smb_rsp = (struct smb2_change_notify_rsp *)rsp_iov.iov_base; in SMB2_change_notify()
/linux-6.1.9/fs/smbfs_common/
Dsmb2pdu.h950 struct smb2_change_notify_rsp { struct
/linux-6.1.9/fs/ksmbd/
Dsmb2pdu.c8243 struct smb2_change_notify_rsp *rsp; in smb2_notify()