• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/cifs/

Lines Matching refs:c_req

61 	struct smbcli_request *c_req;
294 smbcli_request_destroy(a->c_req);
318 static void async_simple(struct smbcli_request *c_req)
320 struct async_info *async = c_req->async.private_data;
322 req->async_states->status = smbcli_request_simple_recv(c_req);
330 if (!c_req) return NT_STATUS_UNSUCCESSFUL; \
339 async->c_req = c_req; \
341 c_req->async.private_data = async; \
344 c_req->async.fn = async_fn; \
361 struct smbcli_request *c_req;
371 c_req = smb_raw_unlink_send(p->tree, unl);
379 static void async_ioctl(struct smbcli_request *c_req)
381 struct async_info *async = c_req->async.private_data;
383 req->async_states->status = smb_raw_ioctl_recv(c_req, req, async->parms);
395 struct smbcli_request *c_req;
405 c_req = smb_raw_ioctl_send(p->tree, io);
417 struct smbcli_request *c_req;
425 c_req = smb_raw_chkpath_send(p->tree, cp);
433 static void async_qpathinfo(struct smbcli_request *c_req)
435 struct async_info *async = c_req->async.private_data;
437 req->async_states->status = smb_raw_pathinfo_recv(c_req, req, async->parms);
449 struct smbcli_request *c_req;
457 c_req = smb_raw_pathinfo_send(p->tree, info);
465 static void async_qfileinfo(struct smbcli_request *c_req)
467 struct async_info *async = c_req->async.private_data;
469 req->async_states->status = smb_raw_fileinfo_recv(c_req, req, async->parms);
481 struct smbcli_request *c_req;
489 c_req = smb_raw_fileinfo_send(p->tree, io);
502 struct smbcli_request *c_req;
510 c_req = smb_raw_setpathinfo_send(p->tree, st);
519 static void async_open(struct smbcli_request *c_req)
521 struct async_info *async = c_req->async.private_data;
528 req->async_states->status = smb_raw_open_recv(c_req, req, io);
548 struct smbcli_request *c_req;
584 c_req = smb_raw_open_send(p->tree, io);
596 struct smbcli_request *c_req;
604 c_req = smb_raw_mkdir_send(p->tree, md);
616 struct smbcli_request *c_req;
623 c_req = smb_raw_rmdir_send(p->tree, rd);
635 struct smbcli_request *c_req;
650 c_req = smb_raw_rename_send(p->tree, ren);
667 static void async_read(struct smbcli_request *c_req)
669 struct async_info *async = c_req->async.private_data;
671 req->async_states->status = smb_raw_read_recv(c_req, async->parms);
683 struct smbcli_request *c_req;
698 c_req = smb_raw_read_send(p->tree, io);
706 static void async_write(struct smbcli_request *c_req)
708 struct async_info *async = c_req->async.private_data;
710 req->async_states->status = smb_raw_write_recv(c_req, async->parms);
722 struct smbcli_request *c_req;
736 c_req = smb_raw_write_send(p->tree, io);
744 static void async_seek(struct smbcli_request *c_req)
746 struct async_info *async = c_req->async.private_data;
748 req->async_states->status = smb_raw_seek_recv(c_req, async->parms);
761 struct smbcli_request *c_req;
769 c_req = smb_raw_seek_send(p->tree, io);
782 struct smbcli_request *c_req;
800 c_req = smb_raw_flush_send(p->tree, io);
812 struct smbcli_request *c_req;
842 c_req = smb_raw_close_send(p->tree, io);
854 struct smbcli_request *c_req;
862 c_req = smb_raw_exit_send(p->tree->session);
907 return smb_raw_ntcancel(a->c_req);
917 struct smbcli_request *c_req;
931 c_req = smb_raw_lock_send(p->tree, io);
943 struct smbcli_request *c_req;
950 c_req = smb_raw_setfileinfo_send(p->tree, io);
959 static void async_fsinfo(struct smbcli_request *c_req)
961 struct async_info *async = c_req->async.private_data;
963 req->async_states->status = smb_raw_fsinfo_recv(c_req, req, async->parms);
975 struct smbcli_request *c_req;
983 c_req = smb_raw_fsinfo_send(p->tree, req, fs);
1039 static void async_trans2(struct smbcli_request *c_req)
1041 struct async_info *async = c_req->async.private_data;
1043 req->async_states->status = smb_raw_trans2_recv(c_req, req, async->parms);
1054 struct smbcli_request *c_req;
1066 c_req = smb_raw_trans2_send(p->tree, trans2);
1083 static void async_changenotify(struct smbcli_request *c_req)
1085 struct async_info *async = c_req->async.private_data;
1087 req->async_states->status = smb_raw_changenotify_recv(c_req, req, async->parms);
1098 struct smbcli_request *c_req;
1121 c_req = smb_raw_changenotify_send(p->tree, io);