can_open           74 source4/ntvfs/common/opendb_tdb.c 	} can_open;
can_open          153 source4/ntvfs/common/opendb_tdb.c 	ZERO_STRUCT(lck->can_open);
can_open          461 source4/ntvfs/common/opendb_tdb.c 	if (!lck->can_open.e) {
can_open          485 source4/ntvfs/common/opendb_tdb.c 	if (lck->can_open.attrs_only) {
can_open          509 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->file_handle		= file_handle;
can_open          510 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->fd			= fd;
can_open          511 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->allow_level_II_oplock	= allow_level_II_oplock;
can_open          512 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->oplock_level		= oplock_level;
can_open          516 source4/ntvfs/common/opendb_tdb.c 		status = sys_lease_setup(odb->lease_ctx, lck->can_open.e);
can_open          521 source4/ntvfs/common/opendb_tdb.c 		if (lck->can_open.e->oplock_level == OPLOCK_EXCLUSIVE) {
can_open          523 source4/ntvfs/common/opendb_tdb.c 		} else if (lck->can_open.e->oplock_level == OPLOCK_BATCH) {
can_open          525 source4/ntvfs/common/opendb_tdb.c 		} else if (lck->can_open.e->oplock_level == OPLOCK_LEVEL_II) {
can_open          538 source4/ntvfs/common/opendb_tdb.c 	lck->file.entries[lck->file.num_entries] = *lck->can_open.e;
can_open          541 source4/ntvfs/common/opendb_tdb.c 	talloc_free(lck->can_open.e);
can_open          542 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e = NULL;
can_open          862 source4/ntvfs/common/opendb_tdb.c 					   break_to_none, &lck->can_open.attrs_only);
can_open          865 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e	= talloc(lck, struct opendb_entry);
can_open          866 source4/ntvfs/common/opendb_tdb.c 	NT_STATUS_HAVE_NO_MEMORY(lck->can_open.e);
can_open          868 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->server			= odb->ntvfs_ctx->server_id;
can_open          869 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->file_handle		= NULL;
can_open          870 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->fd			= NULL;
can_open          871 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->stream_id		= stream_id;
can_open          872 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->share_access		= share_access;
can_open          873 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->access_mask		= access_mask;
can_open          874 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->delete_on_close	= delete_on_close;
can_open          875 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->allow_level_II_oplock	= false;
can_open          876 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->oplock_level		= OPLOCK_NONE;