Lines Matching refs:notify
2255 struct smb3_notify_info notify; in smb3_notify() local
2284 if (copy_from_user(¬ify, ioc_buf, sizeof(struct smb3_notify_info))) { in smb3_notify()
2289 if (copy_from_user(¬ify, ioc_buf, sizeof(struct smb3_notify))) { in smb3_notify()
2293 notify.data_len = 0; in smb3_notify()
2312 notify.watch_tree, notify.completion_filter, in smb3_notify()
2313 notify.data_len, &returned_ioctl_info, &ret_len); in smb3_notify()
2318 if (return_changes && (ret_len > 0) && (notify.data_len > 0)) { in smb3_notify()
2319 if (ret_len > notify.data_len) in smb3_notify()
2320 ret_len = notify.data_len; in smb3_notify()
5467 .notify = smb3_notify,
5580 .notify = smb3_notify,
5696 .notify = smb3_notify,