Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
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.c3699 struct smb2_change_notify_rsp *smb_rsp; in SMB2_change_notify()
3741 (rsp_iov.iov_len < sizeof(struct smb2_change_notify_rsp) + 1)) in SMB2_change_notify()
3744 smb_rsp = (struct smb2_change_notify_rsp *)rsp_iov.iov_base; in SMB2_change_notify()
/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h976 struct smb2_change_notify_rsp { struct
/Linux-v6.6/fs/smb/server/
Dsmb2pdu.c8282 struct smb2_change_notify_rsp *rsp; in smb2_notify()