ntvfs_handle       56 source4/libcli/raw/interfaces.h struct ntvfs_handle;
ntvfs_handle       82 source4/libcli/raw/interfaces.h 	struct ntvfs_handle *ntvfs;
ntvfs_handle      102 source4/libcli/raw/interfaces.h 	struct ntvfs_handle *ntvfs;
ntvfs_handle       41 source4/ntvfs/cifs/vfs_cifs.c 	struct ntvfs_handle *h;
ntvfs_handle      115 source4/ntvfs/cifs/vfs_cifs.c 	struct ntvfs_handle *h = NULL;
ntvfs_handle      521 source4/ntvfs/cifs/vfs_cifs.c 	struct ntvfs_handle *h;
ntvfs_handle       29 source4/ntvfs/cifs_posix_cli/cifsposix.h 	struct ntvfs_handle *handle;
ntvfs_handle      316 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	struct ntvfs_handle *handle;
ntvfs_handle       28 source4/ntvfs/common/brlock.h 	struct brl_handle *(*brl_create_handle)(TALLOC_CTX *, struct ntvfs_handle *, DATA_BLOB *);
ntvfs_handle       69 source4/ntvfs/common/brlock_tdb.c 	struct ntvfs_handle *ntvfs;
ntvfs_handle       79 source4/ntvfs/common/brlock_tdb.c 	struct ntvfs_handle *ntvfs;
ntvfs_handle       49 source4/ntvfs/ipc/vfs_ipc.c 		struct ntvfs_handle *handle;
ntvfs_handle       78 source4/ntvfs/ipc/vfs_ipc.c 	struct ntvfs_handle *h;
ntvfs_handle      207 source4/ntvfs/ipc/vfs_ipc.c 	struct ntvfs_handle *h;
ntvfs_handle      208 source4/ntvfs/ntvfs.h 		NTSTATUS (*handler)(void *private_data, struct ntvfs_handle *handle, uint8_t level);
ntvfs_handle      219 source4/ntvfs/ntvfs.h 		NTSTATUS (*create_new)(void *private_data, struct ntvfs_request *req, struct ntvfs_handle **h);
ntvfs_handle      220 source4/ntvfs/ntvfs.h 		NTSTATUS (*make_valid)(void *private_data, struct ntvfs_handle *h);
ntvfs_handle      221 source4/ntvfs/ntvfs.h 		void (*destroy)(void *private_data, struct ntvfs_handle *h);
ntvfs_handle      222 source4/ntvfs/ntvfs.h 		struct ntvfs_handle *(*search_by_wire_key)(void *private_data,  struct ntvfs_request *req, const DATA_BLOB *key);
ntvfs_handle      223 source4/ntvfs/ntvfs.h 		DATA_BLOB (*get_wire_key)(void *private_data, struct ntvfs_handle *handle, TALLOC_CTX *mem_ctx);
ntvfs_handle      330 source4/ntvfs/ntvfs.h 	.sizeof_ntvfs_handle		= sizeof(struct ntvfs_handle), \
ntvfs_handle      172 source4/ntvfs/ntvfs_util.c struct ntvfs_handle *ntvfs_handle_search_by_wire_key(struct ntvfs_module_context *ntvfs,
ntvfs_handle      179 source4/ntvfs/posix/pvfs_open.c 	struct ntvfs_handle *h;
ntvfs_handle      607 source4/ntvfs/posix/pvfs_open.c 	struct ntvfs_handle *h;
ntvfs_handle     1186 source4/ntvfs/posix/pvfs_open.c 	struct ntvfs_handle *h;
ntvfs_handle      191 source4/ntvfs/posix/vfs_posix.h 	struct ntvfs_handle *ntvfs;
ntvfs_handle       29 source4/ntvfs/simple/svfs.h 	struct ntvfs_handle *handle;
ntvfs_handle      313 source4/ntvfs/simple/vfs_simple.c 	struct ntvfs_handle *handle;
ntvfs_handle       47 source4/ntvfs/smb2/vfs_smb2.c 	struct ntvfs_handle *h;
ntvfs_handle      105 source4/ntvfs/smb2/vfs_smb2.c 	struct ntvfs_handle *h = NULL;
ntvfs_handle      679 source4/smb_server/smb/request.c struct ntvfs_handle *smbsrv_pull_fnum(struct smbsrv_request *req, const uint8_t *base, uint_t offset)
ntvfs_handle      715 source4/smb_server/smb/request.c 	struct ntvfs_handle *h;
ntvfs_handle      720 source4/smb_server/smb/request.c 	h = talloc_zero(handle, struct ntvfs_handle);
ntvfs_handle      761 source4/smb_server/smb/request.c struct ntvfs_handle *smbsrv_handle_search_by_wire_key(void *private_data, struct ntvfs_request *ntvfs, const DATA_BLOB *key)
ntvfs_handle      497 source4/smb_server/smb/trans2.c 	struct ntvfs_handle *h;
ntvfs_handle      625 source4/smb_server/smb/trans2.c 	struct ntvfs_handle *h;
ntvfs_handle       90 source4/smb_server/smb2/tcon.c struct ntvfs_handle *smb2srv_pull_handle(struct smb2srv_request *req, const uint8_t *base, uint_t offset)
ntvfs_handle      184 source4/smb_server/smb2/tcon.c 	struct ntvfs_handle *h;
ntvfs_handle      189 source4/smb_server/smb2/tcon.c 	h = talloc_zero(handle, struct ntvfs_handle);
ntvfs_handle      230 source4/smb_server/smb2/tcon.c static struct ntvfs_handle *smb2srv_handle_search_by_wire_key(void *private_data, struct ntvfs_request *ntvfs, const DATA_BLOB *key)
ntvfs_handle      205 source4/smb_server/smb_server.h 	struct ntvfs_handle *ntvfs;