file_handle        95 source4/ntvfs/common/opendb.c 				void *file_handle, const char *path,
file_handle       100 source4/ntvfs/common/opendb.c 	return ops->odb_open_file(lck, file_handle, path,
file_handle       119 source4/ntvfs/common/opendb.c NTSTATUS odb_close_file(struct odb_lock *lck, void *file_handle,
file_handle       122 source4/ntvfs/common/opendb.c 	return ops->odb_close_file(lck, file_handle, delete_path);
file_handle       191 source4/ntvfs/common/opendb.c NTSTATUS odb_update_oplock(struct odb_lock *lck, void *file_handle,
file_handle       194 source4/ntvfs/common/opendb.c 	return ops->odb_update_oplock(lck, file_handle, oplock_level);
file_handle        29 source4/ntvfs/common/opendb.h 				  void *file_handle, const char *path,
file_handle        34 source4/ntvfs/common/opendb.h 	NTSTATUS (*odb_close_file)(struct odb_lock *lck, void *file_handle,
file_handle        48 source4/ntvfs/common/opendb.h 	NTSTATUS (*odb_update_oplock)(struct odb_lock *lck, void *file_handle,
file_handle        54 source4/ntvfs/common/opendb.h 	void *file_handle;
file_handle       309 source4/ntvfs/common/opendb_tdb.c 	op_break.file_handle	= e->file_handle;
file_handle       454 source4/ntvfs/common/opendb_tdb.c 				  void *file_handle, const char *path,
file_handle       509 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->file_handle		= file_handle;
file_handle       576 source4/ntvfs/common/opendb_tdb.c static NTSTATUS odb_tdb_close_file(struct odb_lock *lck, void *file_handle,
file_handle       589 source4/ntvfs/common/opendb_tdb.c 		if (file_handle == lck->file.entries[i].file_handle &&
file_handle       637 source4/ntvfs/common/opendb_tdb.c static NTSTATUS odb_tdb_update_oplock(struct odb_lock *lck, void *file_handle,
file_handle       649 source4/ntvfs/common/opendb_tdb.c 		if (file_handle == lck->file.entries[i].file_handle &&
file_handle       869 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->file_handle		= NULL;
file_handle       183 source4/ntvfs/posix/pvfs_oplock.c 	if (opb.file_handle != opl->handle) {