Lines Matching defs:notify
2135 struct smb3_notify_info notify;
2164 if (copy_from_user(¬ify, ioc_buf, sizeof(struct smb3_notify_info))) {
2169 if (copy_from_user(¬ify, ioc_buf, sizeof(struct smb3_notify))) {
2173 notify.data_len = 0;
2192 notify.watch_tree, notify.completion_filter,
2193 notify.data_len, &returned_ioctl_info, &ret_len);
2197 cifs_dbg(FYI, "change notify for path %s rc %d\n", path, rc);
2198 if (return_changes && (ret_len > 0) && (notify.data_len > 0)) {
2199 if (ret_len > notify.data_len)
2200 ret_len = notify.data_len;
5386 .notify = smb3_notify,
5497 .notify = smb3_notify,
5611 .notify = smb3_notify,