Home
last modified time | relevance | path

Searched refs:ntvfs_ctx (Results 1 – 8 of 8) sorted by relevance

/dports/net/samba412/samba-4.12.15/source4/ntvfs/common/
H A Dopendb_tdb.c55 struct ntvfs_context *ntvfs_ctx; member
86 struct ntvfs_context *ntvfs_ctx) in odb_tdb_init() argument
95 odb->db = cluster_db_tmp_open(odb, ntvfs_ctx->lp_ctx, in odb_tdb_init()
102 odb->ntvfs_ctx = ntvfs_ctx; in odb_tdb_init()
107 ntvfs_ctx->event_ctx, in odb_tdb_init()
108 ntvfs_ctx->msg_ctx, in odb_tdb_init()
363 odb_oplock_break_send(odb->ntvfs_ctx->msg_ctx, in odb_tdb_open_can_internal()
412 odb_oplock_break_send(odb->ntvfs_ctx->msg_ctx, in odb_tdb_open_can_internal()
595 imessaging_send_ptr(odb->ntvfs_ctx->msg_ctx, in odb_tdb_close_file()
650 imessaging_send_ptr(odb->ntvfs_ctx->msg_ctx, in odb_tdb_update_oplock()
[all …]
H A Dopendb.c62 struct ntvfs_context *ntvfs_ctx) in odb_init() argument
67 return ops->odb_init(mem_ctx, ntvfs_ctx); in odb_init()
H A Dopendb.h24 struct ntvfs_context *ntvfs_ctx);
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/common/
H A Dopendb.c52 struct ntvfs_context *ntvfs_ctx; member
71 struct ntvfs_context *ntvfs_ctx) in odb_init() argument
91 odb->ntvfs_ctx = ntvfs_ctx; in odb_init()
259 return messaging_send_ptr(odb->ntvfs_ctx->msg_ctx, e->server, in odb_oplock_break_send()
296 e.server = odb->ntvfs_ctx->server_id; in odb_open_file()
386 file.pending[file.num_pending].server = odb->ntvfs_ctx->server_id; in odb_open_file_pending()
411 odb->ntvfs_ctx->server_id == file.entries[i].server) { in odb_close_file()
430 messaging_send_ptr(odb->ntvfs_ctx->msg_ctx, file.pending[i].server, in odb_close_file()
458 odb->ntvfs_ctx->server_id == file.pending[i].server) { in odb_remove_pending()
586 e.server = odb->ntvfs_ctx->server_id; in odb_can_open()
/dports/net/samba412/samba-4.12.15/source4/ntvfs/
H A Dntvfs_interface.c35 NTSTATUS ntvfs_disconnect(struct ntvfs_context *ntvfs_ctx) in ntvfs_disconnect() argument
38 if (ntvfs_ctx == NULL) { in ntvfs_disconnect()
41 ntvfs = ntvfs_ctx->modules; in ntvfs_disconnect()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/
H A Dntvfs_interface.c35 _PUBLIC_ NTSTATUS ntvfs_disconnect(struct ntvfs_context *ntvfs_ctx) in ntvfs_disconnect() argument
38 if (ntvfs_ctx == NULL) { in ntvfs_disconnect()
41 ntvfs = ntvfs_ctx->modules; in ntvfs_disconnect()
/dports/net/samba412/samba-4.12.15/source4/rpc_server/srvsvc/
H A Ddcesrv_srvsvc.c2054 struct ntvfs_context *ntvfs_ctx = NULL; in dcesrv_srvsvc_NetGetFileSecurity() local
2059 nt_status = srvsvc_create_ntvfs_context(dce_call, mem_ctx, r->in.share, &ntvfs_ctx); in dcesrv_srvsvc_NetGetFileSecurity()
2062 ntvfs_req = ntvfs_request_create(ntvfs_ctx, mem_ctx, in dcesrv_srvsvc_NetGetFileSecurity()
2097 struct ntvfs_context *ntvfs_ctx; in dcesrv_srvsvc_NetSetFileSecurity() local
2102 nt_status = srvsvc_create_ntvfs_context(dce_call, mem_ctx, r->in.share, &ntvfs_ctx); in dcesrv_srvsvc_NetSetFileSecurity()
2105 ntvfs_req = ntvfs_request_create(ntvfs_ctx, mem_ctx, in dcesrv_srvsvc_NetSetFileSecurity()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/rpc_server/srvsvc/
H A Ddcesrv_srvsvc.c2085 struct ntvfs_context *ntvfs_ctx = NULL; in srvsvc_NetGetFileSecurity() local
2090 nt_status = srvsvc_create_ntvfs_context(dce_call, mem_ctx, r->in.share, &ntvfs_ctx); in srvsvc_NetGetFileSecurity()
2093 ntvfs_req = ntvfs_request_create(ntvfs_ctx, mem_ctx, in srvsvc_NetGetFileSecurity()
2126 struct ntvfs_context *ntvfs_ctx; in srvsvc_NetSetFileSecurity() local
2131 nt_status = srvsvc_create_ntvfs_context(dce_call, mem_ctx, r->in.share, &ntvfs_ctx); in srvsvc_NetSetFileSecurity()
2134 ntvfs_req = ntvfs_request_create(ntvfs_ctx, mem_ctx, in srvsvc_NetSetFileSecurity()