Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dmisc.c414 struct file_notify_information *pnotify; in is_valid_oplock_break()
418 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
422 len - sizeof(struct file_notify_information)) { in is_valid_oplock_break()
427 pnotify = (struct file_notify_information *) in is_valid_oplock_break()
Dcifspdu.h1478 struct file_notify_information { struct
Dsmb2pdu.c3767 sizeof(struct file_notify_information)); in SMB2_change_notify()