Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dmisc.c432 struct file_notify_information *pnotify; in is_valid_oplock_break()
436 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
440 len - sizeof(struct file_notify_information)) { in is_valid_oplock_break()
445 pnotify = (struct file_notify_information *) in is_valid_oplock_break()
H A Dcifspdu.h1480 struct file_notify_information { struct
H A Dsmb2pdu.c4059 sizeof(struct file_notify_information)); in SMB2_change_notify()