• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/unixuid/

Lines Matching refs:PASS_THRU_REQ

277 #define PASS_THRU_REQ(ntvfs, req, op, args) do { \
321 /* we don't use PASS_THRU_REQ here, as the connect operation runs with
355 PASS_THRU_REQ(ntvfs, req, unlink, (ntvfs, req, unl));
368 PASS_THRU_REQ(ntvfs, req, ioctl, (ntvfs, req, io));
382 PASS_THRU_REQ(ntvfs, req, chkpath, (ntvfs, req, cp));
395 PASS_THRU_REQ(ntvfs, req, qpathinfo, (ntvfs, req, info));
408 PASS_THRU_REQ(ntvfs, req, qfileinfo, (ntvfs, req, info));
422 PASS_THRU_REQ(ntvfs, req, setpathinfo, (ntvfs, req, st));
435 PASS_THRU_REQ(ntvfs, req, open, (ntvfs, req, io));
448 PASS_THRU_REQ(ntvfs, req, mkdir, (ntvfs, req, md));
461 PASS_THRU_REQ(ntvfs, req, rmdir, (ntvfs, req, rd));
474 PASS_THRU_REQ(ntvfs, req, rename, (ntvfs, req, ren));
487 PASS_THRU_REQ(ntvfs, req, copy, (ntvfs, req, cp));
500 PASS_THRU_REQ(ntvfs, req, read, (ntvfs, req, rd));
513 PASS_THRU_REQ(ntvfs, req, write, (ntvfs, req, wr));
527 PASS_THRU_REQ(ntvfs, req, seek, (ntvfs, req, io));
541 PASS_THRU_REQ(ntvfs, req, flush, (ntvfs, req, io));
554 PASS_THRU_REQ(ntvfs, req, close, (ntvfs, req, io));
567 PASS_THRU_REQ(ntvfs, req, exit, (ntvfs, req));
581 PASS_THRU_REQ(ntvfs, req, logoff, (ntvfs, req));
597 PASS_THRU_REQ(ntvfs, req, async_setup, (ntvfs, req, private_data));
610 PASS_THRU_REQ(ntvfs, req, cancel, (ntvfs, req));
623 PASS_THRU_REQ(ntvfs, req, notify, (ntvfs, req, info));
636 PASS_THRU_REQ(ntvfs, req, lock, (ntvfs, req, lck));
650 PASS_THRU_REQ(ntvfs, req, setfileinfo, (ntvfs, req, info));
664 PASS_THRU_REQ(ntvfs, req, fsinfo, (ntvfs, req, fs));
677 PASS_THRU_REQ(ntvfs, req, lpq, (ntvfs, req, lpq));
692 PASS_THRU_REQ(ntvfs, req, search_first, (ntvfs, req, io, search_private, callback));
705 PASS_THRU_REQ(ntvfs, req, search_next, (ntvfs, req, io, search_private, callback));
716 PASS_THRU_REQ(ntvfs, req, search_close, (ntvfs, req, io));
727 PASS_THRU_REQ(ntvfs, req, trans, (ntvfs, req, trans2));