Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dmisc.c452 struct file_notify_information *pnotify; in is_valid_oplock_break()
456 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
460 len - sizeof(struct file_notify_information)) { in is_valid_oplock_break()
465 pnotify = (struct file_notify_information *) in is_valid_oplock_break()
H A Dcifspdu.h1519 struct file_notify_information { struct
1520 NextEntryOffsetfile_notify_information global() argument
1521 Actionfile_notify_information global() argument
1522 FileNameLengthfile_notify_information global() argument
1523 FileNamefile_notify_information global() argument
H A Dsmb2pdu.c4059 sizeof(struct file_notify_information)); in SMB2_change_notify()