Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dmisc.c428 struct file_notify_information *pnotify; in is_valid_oplock_break()
432 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
436 len - sizeof(struct file_notify_information)) { in is_valid_oplock_break()
441 pnotify = (struct file_notify_information *) in is_valid_oplock_break()
Dcifspdu.h1478 struct file_notify_information { struct
Dsmb2pdu.c3748 sizeof(struct file_notify_information)); in SMB2_change_notify()