Home
last modified time | relevance | path

Searched refs:ntvfs (Results 1 – 25 of 146) sorted by relevance

123456

/dports/net/samba412/samba-4.12.15/source4/ntvfs/
H A Dntvfs_interface.c32 return ntvfs->ops->connect_fn(ntvfs, req, tcon); in ntvfs_connect()
45 return ntvfs->ops->disconnect_fn(ntvfs); in ntvfs_disconnect()
66 return ntvfs->ops->fsinfo_fn(ntvfs, req, fs); in ntvfs_fsinfo()
76 return ntvfs->ops->unlink_fn(ntvfs, req, unl); in ntvfs_unlink()
112 return ntvfs->ops->open_fn(ntvfs, req, oi); in ntvfs_open()
121 return ntvfs->ops->mkdir_fn(ntvfs, req, md); in ntvfs_mkdir()
130 return ntvfs->ops->rmdir_fn(ntvfs, req, rd); in ntvfs_rmdir()
148 return ntvfs->ops->copy_fn(ntvfs, req, cp); in ntvfs_copy()
301 return ntvfs->ops->logoff_fn(ntvfs, req); in ntvfs_logoff()
310 return ntvfs->ops->exit_fn(ntvfs, req); in ntvfs_exit()
[all …]
H A Dntvfs.h61 NTSTATUS (*fsinfo_fn)(struct ntvfs_module_context *ntvfs,
66 NTSTATUS (*unlink_fn)(struct ntvfs_module_context *ntvfs,
78 NTSTATUS (*mkdir_fn)(struct ntvfs_module_context *ntvfs,
81 NTSTATUS (*rmdir_fn)(struct ntvfs_module_context *ntvfs,
87 NTSTATUS (*copy_fn)(struct ntvfs_module_context *ntvfs,
90 NTSTATUS (*open_fn)(struct ntvfs_module_context *ntvfs,
111 NTSTATUS (*read_fn)(struct ntvfs_module_context *ntvfs,
117 NTSTATUS (*seek_fn)(struct ntvfs_module_context *ntvfs,
123 NTSTATUS (*lock_fn)(struct ntvfs_module_context *ntvfs,
156 NTSTATUS (*lpq_fn)(struct ntvfs_module_context *ntvfs,
[all …]
H A Dntvfs_util.c55 async->ntvfs = NULL; in ntvfs_request_create()
80 async->ntvfs = ntvfs; in ntvfs_async_state_push()
105 if (!ntvfs->ctx->handles.create_new) { in ntvfs_handle_new()
108 return ntvfs->ctx->handles.create_new(ntvfs->ctx->handles.private_data, req, h); in ntvfs_handle_new()
112 struct ntvfs_module_context *ntvfs, in ntvfs_handle_set_backend_data() argument
119 if (d->owner != ntvfs) continue; in ntvfs_handle_set_backend_data()
126 d->owner = ntvfs; in ntvfs_handle_set_backend_data()
146 if (d->owner != ntvfs) continue; in ntvfs_handle_get_backend_data()
160 if (d->owner != ntvfs) continue; in ntvfs_handle_remove_backend_data()
179 return ntvfs->ctx->handles.search_by_wire_key(ntvfs->ctx->handles.private_data, req, key); in ntvfs_handle_search_by_wire_key()
[all …]
H A Dntvfs_generic.c87 m->ntvfs = ntvfs; in ntvfs_map_async_setup()
421 status = ntvfs->ops->open_fn(ntvfs, req, io2); in ntvfs_map_open()
438 status = ntvfs->ops->open_fn(ntvfs, req, io2); in ntvfs_map_open()
464 status = ntvfs->ops->open_fn(ntvfs, req, io2); in ntvfs_map_open()
477 status = ntvfs->ops->open_fn(ntvfs, req, io2); in ntvfs_map_open()
490 status = ntvfs->ops->open_fn(ntvfs, req, io2); in ntvfs_map_open()
506 status = ntvfs->ops->open_fn(ntvfs, req, io2); in ntvfs_map_open()
555 status = ntvfs->ops->open_fn(ntvfs, req, io2); in ntvfs_map_open()
722 status = ntvfs->ops->fsinfo_fn(ntvfs, req, fs2); in ntvfs_map_fsinfo()
1208 return ntvfs->ops->lock_fn(ntvfs, req, lck2); in ntvfs_map_lock()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/
H A Dntvfs_interface.c45 return ntvfs->ops->disconnect(ntvfs); in ntvfs_disconnect()
66 return ntvfs->ops->fsinfo(ntvfs, req, fs); in ntvfs_fsinfo()
76 return ntvfs->ops->unlink(ntvfs, req, unl); in ntvfs_unlink()
112 return ntvfs->ops->open(ntvfs, req, oi); in ntvfs_open()
121 return ntvfs->ops->mkdir(ntvfs, req, md); in ntvfs_mkdir()
130 return ntvfs->ops->rmdir(ntvfs, req, rd); in ntvfs_rmdir()
148 return ntvfs->ops->copy(ntvfs, req, cp); in ntvfs_copy()
197 return ntvfs->ops->read(ntvfs, req, io); in ntvfs_read()
301 return ntvfs->ops->logoff(ntvfs, req); in ntvfs_logoff()
310 return ntvfs->ops->exit(ntvfs, req); in ntvfs_exit()
[all …]
H A Dntvfs.h44 NTSTATUS (*connect)(struct ntvfs_module_context *ntvfs,
55 NTSTATUS (*fsinfo)(struct ntvfs_module_context *ntvfs,
60 NTSTATUS (*unlink)(struct ntvfs_module_context *ntvfs,
72 NTSTATUS (*mkdir)(struct ntvfs_module_context *ntvfs,
75 NTSTATUS (*rmdir)(struct ntvfs_module_context *ntvfs,
81 NTSTATUS (*copy)(struct ntvfs_module_context *ntvfs,
84 NTSTATUS (*open)(struct ntvfs_module_context *ntvfs,
105 NTSTATUS (*read)(struct ntvfs_module_context *ntvfs,
111 NTSTATUS (*seek)(struct ntvfs_module_context *ntvfs,
117 NTSTATUS (*lock)(struct ntvfs_module_context *ntvfs,
[all …]
H A Dntvfs_util.c55 async->ntvfs = NULL; in ntvfs_request_create()
80 async->ntvfs = ntvfs; in ntvfs_async_state_push()
105 if (!ntvfs->ctx->handles.create_new) { in ntvfs_handle_new()
108 return ntvfs->ctx->handles.create_new(ntvfs->ctx->handles.private_data, req, h); in ntvfs_handle_new()
112 struct ntvfs_module_context *ntvfs, in ntvfs_handle_set_backend_data() argument
119 if (d->owner != ntvfs) continue; in ntvfs_handle_set_backend_data()
126 d->owner = ntvfs; in ntvfs_handle_set_backend_data()
146 if (d->owner != ntvfs) continue; in ntvfs_handle_get_backend_data()
160 if (d->owner != ntvfs) continue; in ntvfs_handle_remove_backend_data()
179 return ntvfs->ctx->handles.search_by_wire_key(ntvfs->ctx->handles.private_data, req, key); in ntvfs_handle_search_by_wire_key()
[all …]
H A Dntvfs_generic.c85 m->ntvfs = ntvfs; in ntvfs_map_async_setup()
398 status = ntvfs->ops->open(ntvfs, req, io2); in ntvfs_map_open()
415 status = ntvfs->ops->open(ntvfs, req, io2); in ntvfs_map_open()
441 status = ntvfs->ops->open(ntvfs, req, io2); in ntvfs_map_open()
454 status = ntvfs->ops->open(ntvfs, req, io2); in ntvfs_map_open()
467 status = ntvfs->ops->open(ntvfs, req, io2); in ntvfs_map_open()
483 status = ntvfs->ops->open(ntvfs, req, io2); in ntvfs_map_open()
499 status = ntvfs->ops->open(ntvfs, req, io2); in ntvfs_map_open()
536 status = ntvfs->ops->fsinfo(ntvfs, req, fs2); in ntvfs_map_fsinfo()
990 return ntvfs->ops->lock(ntvfs, req, lck2); in ntvfs_map_lock()
[all …]
/dports/net/samba412/samba-4.12.15/source4/ntvfs/unixuid/
H A Dvfs_unixuid.c299 PASS_THRU_REQ(ntvfs, req, ioctl, (ntvfs, req, io)); in unixuid_ioctl()
366 PASS_THRU_REQ(ntvfs, req, open, (ntvfs, req, io)); in unixuid_open()
379 PASS_THRU_REQ(ntvfs, req, mkdir, (ntvfs, req, md)); in unixuid_mkdir()
392 PASS_THRU_REQ(ntvfs, req, rmdir, (ntvfs, req, rd)); in unixuid_rmdir()
418 PASS_THRU_REQ(ntvfs, req, copy, (ntvfs, req, cp)); in unixuid_copy()
431 PASS_THRU_REQ(ntvfs, req, read, (ntvfs, req, rd)); in unixuid_read()
458 PASS_THRU_REQ(ntvfs, req, seek, (ntvfs, req, io)); in unixuid_seek()
498 PASS_THRU_REQ(ntvfs, req, exit, (ntvfs, req)); in unixuid_exit()
512 PASS_THRU_REQ(ntvfs, req, logoff, (ntvfs, req)); in unixuid_logoff()
541 PASS_THRU_REQ(ntvfs, req, cancel, (ntvfs, req)); in unixuid_cancel()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/unixuid/
H A Dvfs_unixuid.c272 PASS_THRU_REQ(ntvfs, req, ioctl, (ntvfs, req, io)); in unixuid_ioctl()
339 PASS_THRU_REQ(ntvfs, req, open, (ntvfs, req, io)); in unixuid_open()
352 PASS_THRU_REQ(ntvfs, req, mkdir, (ntvfs, req, md)); in unixuid_mkdir()
365 PASS_THRU_REQ(ntvfs, req, rmdir, (ntvfs, req, rd)); in unixuid_rmdir()
391 PASS_THRU_REQ(ntvfs, req, copy, (ntvfs, req, cp)); in unixuid_copy()
404 PASS_THRU_REQ(ntvfs, req, read, (ntvfs, req, rd)); in unixuid_read()
431 PASS_THRU_REQ(ntvfs, req, seek, (ntvfs, req, io)); in unixuid_seek()
471 PASS_THRU_REQ(ntvfs, req, exit, (ntvfs, req)); in unixuid_exit()
485 PASS_THRU_REQ(ntvfs, req, logoff, (ntvfs, req)); in unixuid_logoff()
514 PASS_THRU_REQ(ntvfs, req, cancel, (ntvfs, req)); in unixuid_cancel()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/nbench/
H A Dvfs_nbench.c198 PASS_THRU_REQ(ntvfs, req, ioctl, io, (ntvfs, req, io)); in nbench_ioctl()
223 PASS_THRU_REQ(ntvfs, req, chkpath, cp, (ntvfs, req, cp)); in nbench_chkpath()
338 PASS_THRU_REQ(ntvfs, req, open, io, (ntvfs, req, io)); in nbench_open()
358 PASS_THRU_REQ(ntvfs, req, mkdir, md, (ntvfs, req, md)); in nbench_mkdir()
382 PASS_THRU_REQ(ntvfs, req, rmdir, rd, (ntvfs, req, rd)); in nbench_rmdir()
436 PASS_THRU_REQ(ntvfs, req, copy, cp, (ntvfs, req, cp)); in nbench_copy()
474 PASS_THRU_REQ(ntvfs, req, read, rd, (ntvfs, req, rd)); in nbench_read()
546 PASS_THRU_REQ(ntvfs, req, seek, io, (ntvfs, req, io)); in nbench_seek()
637 PASS_THRU_REQ(ntvfs, req, exit, NULL, (ntvfs, req)); in nbench_exit()
657 PASS_THRU_REQ(ntvfs, req, logoff, NULL, (ntvfs, req)); in nbench_logoff()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/ipc/
H A Dvfs_ipc.c40 struct ntvfs_module_context *ntvfs; member
96 ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "IPC"); in ipc_connect()
99 ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "IPC"); in ipc_connect()
106 ntvfs->private_data = private; in ipc_connect()
108 private->ntvfs = ntvfs; in ipc_connect()
234 ntvfs->ctx->event_ctx, in ipc_open_generic()
235 ntvfs->ctx->msg_ctx, in ipc_open_generic()
236 ntvfs->ctx->server_id, in ipc_open_generic()
297 oi->openx.out.file.ntvfs= p->handle; in ipc_open_openx()
316 oi->smb2.out.file.ntvfs = p->handle; in ipc_open_smb2()
[all …]
/dports/net/samba412/samba-4.12.15/source4/smb_server/smb2/
H A Dsmb2_server.h45 struct ntvfs_request *ntvfs; member
120 req->ntvfs = ntvfs_request_create(req->tcon->ntvfs, req, \
125 if (!req->ntvfs) { \
129 (void)talloc_steal(req->tcon->ntvfs, req); \
130 req->ntvfs->frontend_data.private_data = req; \
146 req->ntvfs->async_states->status = cmd; \
151 ntvfs_cancel(req->ntvfs); \
154 req->ntvfs->async_states->send_fn(req->ntvfs); \
161 …if (ntvfs->async_states->state & NTVFS_ASYNC_STATE_CLOSE || NT_STATUS_EQUAL(ntvfs->async_states->s…
166 req->status = ntvfs->async_states->status; \
[all …]
/dports/net/samba412/samba-4.12.15/source4/ntvfs/cifs/
H A Dvfs_cifs.c82 f = ntvfs_handle_get_backend_data(io->generic.in.file.ntvfs, ntvfs); \
208 ntvfs->private_data = p; in cvfs_connect()
325 p->ntvfs = ntvfs; in cvfs_connect()
327 ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "NTFS"); in cvfs_connect()
332 ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "A:"); in cvfs_connect()
611 file->ntvfs = NULL; in async_open()
615 file->ntvfs = f->h; in async_open()
658 file->ntvfs = NULL; in cvfs_open()
661 file->ntvfs = f->h; in cvfs_open()
724 f = ntvfs_handle_get_backend_data(ren->nttrans.in.file.ntvfs, ntvfs); in cvfs_rename()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/cifs/
H A Dvfs_cifs.c68 f = ntvfs_handle_get_backend_data(io->generic.in.file.ntvfs, ntvfs); \
155 ntvfs->private_data = private; in cvfs_connect()
211 private->ntvfs = ntvfs; in cvfs_connect()
213 ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "NTFS"); in cvfs_connect()
215 ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "A:"); in cvfs_connect()
244 ntvfs->private_data = NULL; in cvfs_disconnect()
476 file->ntvfs = NULL; in async_open()
480 file->ntvfs = f->h; in async_open()
519 file->ntvfs = NULL; in cvfs_open()
522 file->ntvfs = f->h; in cvfs_open()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/smb_server/smb2/
H A Dsmb2_server.h46 struct ntvfs_request *ntvfs; member
106 req->ntvfs = ntvfs_request_create(req->tcon->ntvfs, req, \
111 if (!req->ntvfs) { \
115 (void)talloc_steal(req->tcon->ntvfs, req); \
116 req->ntvfs->frontend_data.private_data = req; \
132 req->ntvfs->async_states->status = cmd; \
137 ntvfs_cancel(req->ntvfs); \
140 req->ntvfs->async_states->send_fn(req->ntvfs); \
147 req->status = ntvfs->async_states->status; \
148 if (NT_STATUS_IS_ERR(ntvfs->async_states->status)) { \
[all …]
H A Dfileinfo.c90 io->all_eas.in.file.ntvfs = op->info->in.file.ntvfs; in smb2srv_getinfo_file()
96 io->all_info2.in.file.ntvfs = op->info->in.file.ntvfs; in smb2srv_getinfo_file()
102 io->generic.in.file.ntvfs = op->info->in.file.ntvfs; in smb2srv_getinfo_file()
109 return ntvfs_qfileinfo(op->req->ntvfs, io); in smb2srv_getinfo_file()
141 return ntvfs_fsinfo(op->req->ntvfs, io); in smb2srv_getinfo_fs()
167 io->query_secdesc.in.file.ntvfs = op->info->in.file.ntvfs; in smb2srv_getinfo_security()
173 return ntvfs_qfileinfo(op->req->ntvfs, io); in smb2srv_getinfo_security()
266 io->generic.in.file.ntvfs = op->info->in.file.ntvfs; in smb2srv_setinfo_file()
273 return ntvfs_setfileinfo(op->req->ntvfs, io); in smb2srv_setinfo_file()
306 io->set_secdesc.in.file.ntvfs = op->info->in.file.ntvfs; in smb2srv_setinfo_security()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/simple/
H A Dvfs_simple.c57 private = talloc(ntvfs, struct svfs_private); in svfs_connect()
59 private->ntvfs = ntvfs; in svfs_connect()
72 ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "NTFS"); in svfs_connect()
73 NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->fs_type); in svfs_connect()
74 ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "A:"); in svfs_connect()
77 ntvfs->private_data = private; in svfs_connect()
317 return ntvfs_map_open(ntvfs, req, io); in svfs_open()
406 io->generic.out.file.ntvfs = handle; in svfs_open()
535 return ntvfs_map_write(ntvfs, req, wr); in svfs_write()
751 return ntvfs_map_fsinfo(ntvfs, req, fs); in svfs_fsinfo()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/cifs_posix_cli/
H A Dvfs_cifs_posix.c56 struct share_config *scfg = ntvfs->ctx->config; in cifspsx_connect()
60 private->ntvfs = ntvfs; in cifspsx_connect()
73 ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "NTFS"); in cifspsx_connect()
74 NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->fs_type); in cifspsx_connect()
75 ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "A:"); in cifspsx_connect()
78 ntvfs->private_data = private; in cifspsx_connect()
320 return ntvfs_map_open(ntvfs, req, io); in cifspsx_open()
409 io->generic.out.file.ntvfs = handle; in cifspsx_open()
538 return ntvfs_map_write(ntvfs, req, wr); in cifspsx_write()
754 return ntvfs_map_fsinfo(ntvfs, req, fs); in cifspsx_fsinfo()
[all …]
/dports/net/samba412/samba-4.12.15/source4/ntvfs/ipc/
H A Dvfs_ipc.c50 struct ntvfs_module_context *ntvfs; member
130 ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "IPC"); in ipc_connect()
133 ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "IPC"); in ipc_connect()
145 ntvfs->private_data = ipriv; in ipc_connect()
147 ipriv->ntvfs = ntvfs; in ipc_connect()
318 ipriv->ntvfs->ctx->event_ctx, in ipc_open()
319 ipriv->ntvfs->ctx->lp_ctx, in ipc_open()
328 ipriv->ntvfs->ctx->event_ctx, in ipc_open()
671 ipriv->ntvfs->ctx->event_ctx, in ipc_write()
991 ipriv->ntvfs->ctx->event_ctx, in ipc_dcerpc_cmd()
[all …]
/dports/net/samba412/samba-4.12.15/source4/ntvfs/simple/
H A Dvfs_simple.c79 p = talloc(ntvfs, struct svfs_private); in svfs_connect()
81 p->ntvfs = ntvfs; in svfs_connect()
94 ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "NTFS"); in svfs_connect()
96 ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "A:"); in svfs_connect()
104 ntvfs->private_data = p; in svfs_connect()
347 return ntvfs_map_open(ntvfs, req, io); in svfs_open()
439 io->generic.out.file.ntvfs = handle; in svfs_open()
537 f = find_fd(p, rd->readx.in.file.ntvfs); in svfs_read()
568 return ntvfs_map_write(ntvfs, req, wr); in svfs_write()
573 f = find_fd(p, wr->writex.in.file.ntvfs); in svfs_write()
[all …]
/dports/net/samba412/samba-4.12.15/source4/smb_server/
H A Dsmb_server.h146 struct ntvfs_context *ntvfs; member
207 struct ntvfs_handle *ntvfs; member
248 struct ntvfs_request *ntvfs; member
429 req->ntvfs = ntvfs_request_create(req->tcon->ntvfs, req, \
434 if (!req->ntvfs) { \
438 (void)talloc_steal(req->tcon->ntvfs, req); \
439 req->ntvfs->frontend_data.private_data = req; \
477 req->ntvfs->async_states->status = cmd; \
481 req->ntvfs->async_states->send_fn(req->ntvfs); \
488 …if (ntvfs->async_states->state & NTVFS_ASYNC_STATE_CLOSE || NT_STATUS_EQUAL(ntvfs->async_states->s…
[all …]
/dports/net/samba412/samba-4.12.15/source4/ntvfs/posix/
H A Dvfs_posix.c231 pvfs->ntvfs = ntvfs; in pvfs_connect()
242 ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "NTFS"); in pvfs_connect()
245 ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "A:"); in pvfs_connect()
253 ntvfs->private_data = pvfs; in pvfs_connect()
256 pvfs->ntvfs->ctx->server_id, in pvfs_connect()
257 pvfs->ntvfs->ctx->lp_ctx, in pvfs_connect()
258 pvfs->ntvfs->ctx->msg_ctx); in pvfs_connect()
271 pvfs->ntvfs->ctx->msg_ctx, in pvfs_connect()
272 pvfs->ntvfs->ctx->lp_ctx, in pvfs_connect()
273 pvfs->ntvfs->ctx->event_ctx, in pvfs_connect()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/posix/
H A Dvfs_posix.c157 pvfs = talloc_zero(ntvfs, struct pvfs_state); in pvfs_connect()
167 pvfs->ntvfs = ntvfs; in pvfs_connect()
178 ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "NTFS"); in pvfs_connect()
179 NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->fs_type); in pvfs_connect()
181 ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "A:"); in pvfs_connect()
184 ntvfs->private_data = pvfs; in pvfs_connect()
187 pvfs->ntvfs->ctx->server_id, in pvfs_connect()
188 pvfs->ntvfs->ctx->msg_ctx); in pvfs_connect()
200 pvfs->ntvfs->ctx->server_id, in pvfs_connect()
201 pvfs->ntvfs->ctx->msg_ctx, in pvfs_connect()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/print/
H A Dvfs_print.c34 static NTSTATUS print_connect(struct ntvfs_module_context *ntvfs, in print_connect() argument
37 ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "NTFS"); in print_connect()
38 NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->fs_type); in print_connect()
40 ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "LPT1:"); in print_connect()
41 NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->dev_type); in print_connect()
49 static NTSTATUS print_disconnect(struct ntvfs_module_context *ntvfs) in print_disconnect() argument
57 static NTSTATUS print_unlink(struct ntvfs_module_context *ntvfs, in print_unlink() argument
68 static NTSTATUS print_ioctl(struct ntvfs_module_context *ntvfs, in print_ioctl() argument
87 push_string(p+18, ntvfs->ctx->config->name, 13, STR_TERMINATE|STR_ASCII); in print_ioctl()

123456