Home
last modified time | relevance | path

Searched refs:file_notify_information (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/client/
H A Dmisc.c436 struct file_notify_information *pnotify; in is_valid_oplock_break()
440 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
444 len - sizeof(struct file_notify_information)) { in is_valid_oplock_break()
449 pnotify = (struct file_notify_information *) in is_valid_oplock_break()
H A Dsmb2pdu.c4045 sizeof(struct file_notify_information)); in SMB2_change_notify()