Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dmisc.c435 struct file_notify_information *pnotify; in is_valid_oplock_break()
439 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
443 len - sizeof(struct file_notify_information)) { in is_valid_oplock_break()
448 pnotify = (struct file_notify_information *) in is_valid_oplock_break()
Dcifspdu.h1480 struct file_notify_information { struct
Dsmb2pdu.c4070 sizeof(struct file_notify_information)); in SMB2_change_notify()