Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dmisc.c438 struct file_notify_information *pnotify; in is_valid_oplock_break()
442 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
446 len - sizeof(struct file_notify_information)) { in is_valid_oplock_break()
451 pnotify = (struct file_notify_information *) in is_valid_oplock_break()
H A Dcifspdu.h1519 struct file_notify_information { struct
H A Dsmb2pdu.c4038 sizeof(struct file_notify_information)); in SMB2_change_notify()