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

Lines Matching refs:PASS_THRU_REQ

97 #define PASS_THRU_REQ(ntvfs, req, op, par1, args) do { \
178 PASS_THRU_REQ(ntvfs, req, unlink, unl, (ntvfs, req, unl));
198 PASS_THRU_REQ(ntvfs, req, ioctl, io, (ntvfs, req, io));
223 PASS_THRU_REQ(ntvfs, req, chkpath, cp, (ntvfs, req, cp));
248 PASS_THRU_REQ(ntvfs, req, qpathinfo, info, (ntvfs, req, info));
273 PASS_THRU_REQ(ntvfs, req, qfileinfo, info, (ntvfs, req, info));
298 PASS_THRU_REQ(ntvfs, req, setpathinfo, st, (ntvfs, req, st));
338 PASS_THRU_REQ(ntvfs, req, open, io, (ntvfs, req, io));
358 PASS_THRU_REQ(ntvfs, req, mkdir, md, (ntvfs, req, md));
382 PASS_THRU_REQ(ntvfs, req, rmdir, rd, (ntvfs, req, rd));
416 PASS_THRU_REQ(ntvfs, req, rename, ren, (ntvfs, req, ren));
436 PASS_THRU_REQ(ntvfs, req, copy, cp, (ntvfs, req, cp));
474 PASS_THRU_REQ(ntvfs, req, read, rd, (ntvfs, req, rd));
525 PASS_THRU_REQ(ntvfs, req, write, wr, (ntvfs, req, wr));
546 PASS_THRU_REQ(ntvfs, req, seek, io, (ntvfs, req, io));
584 PASS_THRU_REQ(ntvfs, req, flush, io, (ntvfs, req, io));
617 PASS_THRU_REQ(ntvfs, req, close, io, (ntvfs, req, io));
637 PASS_THRU_REQ(ntvfs, req, exit, NULL, (ntvfs, req));
657 PASS_THRU_REQ(ntvfs, req, logoff, NULL, (ntvfs, req));
679 PASS_THRU_REQ(ntvfs, req, async_setup, NULL, (ntvfs, req, private_data));
698 PASS_THRU_REQ(ntvfs, req, cancel, NULL, (ntvfs, req));
737 PASS_THRU_REQ(ntvfs, req, lock, lck, (ntvfs, req, lck));
763 PASS_THRU_REQ(ntvfs, req, setfileinfo, info, (ntvfs, req, info));
787 PASS_THRU_REQ(ntvfs, req, fsinfo, fs, (ntvfs, req, fs));
809 PASS_THRU_REQ(ntvfs, req, lpq, lpq, (ntvfs, req, lpq));
849 PASS_THRU_REQ(ntvfs, req, search_first, io, (ntvfs, req, io, search_private, callback));
871 PASS_THRU_REQ(ntvfs, req, search_next, io, (ntvfs, req, io, search_private, callback));
891 PASS_THRU_REQ(ntvfs, req, search_close, io, (ntvfs, req, io));
909 PASS_THRU_REQ(ntvfs, req, trans, trans2, (ntvfs, req, trans2));