file_key 60 source4/ntvfs/common/brlock.c struct brl_handle *brl_create_handle(TALLOC_CTX *mem_ctx, struct ntvfs_handle *ntvfs, DATA_BLOB *file_key) file_key 62 source4/ntvfs/common/brlock.c return ops->brl_create_handle(mem_ctx, ntvfs, file_key); file_key 112 source4/ntvfs/common/brlock_tdb.c DATA_BLOB *file_key) file_key 121 source4/ntvfs/common/brlock_tdb.c brlh->key = *file_key; file_key 75 source4/ntvfs/common/opendb.c struct odb_context *odb, DATA_BLOB *file_key) file_key 77 source4/ntvfs/common/opendb.c return ops->odb_lock(mem_ctx, odb, file_key); file_key 26 source4/ntvfs/common/opendb.h struct odb_context *odb, DATA_BLOB *file_key); file_key 130 source4/ntvfs/common/opendb_tdb.c struct odb_context *odb, DATA_BLOB *file_key) file_key 141 source4/ntvfs/common/opendb_tdb.c lck->key.dptr = talloc_memdup(lck, file_key->data, file_key->length); file_key 142 source4/ntvfs/common/opendb_tdb.c lck->key.dsize = file_key->length;