Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2misc.c377 ((struct smb2_change_notify_rsp *)shdr)->OutputBufferOffset); in smb2_get_data_area_len()
379 ((struct smb2_change_notify_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
H A Dsmb2pdu.c4000 struct smb2_change_notify_rsp *smb_rsp; in SMB2_change_notify()
4052 (rsp_iov.iov_len < sizeof(struct smb2_change_notify_rsp) + 1)) in SMB2_change_notify()
4055 smb_rsp = (struct smb2_change_notify_rsp *)rsp_iov.iov_base; in SMB2_change_notify()
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h1024 struct smb2_change_notify_rsp { struct
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c8687 struct smb2_change_notify_rsp *rsp; in smb2_notify()