odb_context 61 source4/ntvfs/common/opendb.c struct odb_context *odb_init(TALLOC_CTX *mem_ctx, odb_context 23 source4/ntvfs/common/opendb.h struct odb_context *(*odb_init)(TALLOC_CTX *mem_ctx, odb_context 26 source4/ntvfs/common/opendb.h struct odb_context *odb, DATA_BLOB *file_key); odb_context 42 source4/ntvfs/common/opendb.h NTSTATUS (*odb_get_file_infos)(struct odb_context *odb, DATA_BLOB *key, odb_context 66 source4/ntvfs/common/opendb_tdb.c struct odb_context *odb; odb_context 86 source4/ntvfs/common/opendb_tdb.c static struct odb_context *odb_tdb_init(TALLOC_CTX *mem_ctx, odb_context 89 source4/ntvfs/common/opendb_tdb.c struct odb_context *odb; odb_context 91 source4/ntvfs/common/opendb_tdb.c odb = talloc(mem_ctx, struct odb_context); odb_context 236 source4/ntvfs/common/opendb_tdb.c struct odb_context *odb = lck->odb; odb_context 263 source4/ntvfs/common/opendb_tdb.c struct odb_context *odb = lck->odb; odb_context 459 source4/ntvfs/common/opendb_tdb.c struct odb_context *odb = lck->odb; odb_context 553 source4/ntvfs/common/opendb_tdb.c struct odb_context *odb = lck->odb; odb_context 579 source4/ntvfs/common/opendb_tdb.c struct odb_context *odb = lck->odb; odb_context 640 source4/ntvfs/common/opendb_tdb.c struct odb_context *odb = lck->odb; odb_context 684 source4/ntvfs/common/opendb_tdb.c struct odb_context *odb = lck->odb; odb_context 715 source4/ntvfs/common/opendb_tdb.c struct odb_context *odb = lck->odb; odb_context 856 source4/ntvfs/common/opendb_tdb.c struct odb_context *odb = lck->odb; odb_context 103 source4/ntvfs/posix/pvfs_fileinfo.c status = odb_get_file_infos(pvfs->odb_context, &lkey, odb_context 58 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(h, h->pvfs->odb_context, &h->odb_locking_key); odb_context 303 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(req, pvfs->odb_context, &f->handle->odb_locking_key); odb_context 366 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(req, pvfs->odb_context, &f->handle->odb_locking_key); odb_context 475 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(h, h->pvfs->odb_context, &h->odb_locking_key); odb_context 482 source4/ntvfs/posix/pvfs_open.c status = odb_get_file_infos(h->pvfs->odb_context, odb_context 642 source4/ntvfs/posix/pvfs_open.c status = odb_get_file_infos(pvfs->odb_context, &locking_key, odb_context 725 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(req, pvfs->odb_context, &f->handle->odb_locking_key); odb_context 875 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(r->req, pvfs->odb_context, &r->odb_locking_key); odb_context 1447 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(req, pvfs->odb_context, &f->handle->odb_locking_key); odb_context 1755 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(req, pvfs->odb_context, &f->handle->odb_locking_key); odb_context 1789 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(req, pvfs->odb_context, &key); odb_context 1854 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(req, pvfs->odb_context, &key); odb_context 1915 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(req, pvfs->odb_context, &key); odb_context 1985 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(req, pvfs->odb_context, &key); odb_context 2016 source4/ntvfs/posix/pvfs_open.c status = odb_get_file_infos(pvfs->odb_context, &h->odb_locking_key, odb_context 56 source4/ntvfs/posix/pvfs_oplock.c olck = odb_lock(h, h->pvfs->odb_context, &h->odb_locking_key); odb_context 281 source4/ntvfs/posix/pvfs_oplock.c olck = odb_lock(h, h->pvfs->odb_context, &h->odb_locking_key); odb_context 684 source4/ntvfs/posix/pvfs_resolve.c lck = odb_lock(h, h->pvfs->odb_context, &h->odb_locking_key); odb_context 101 source4/ntvfs/posix/pvfs_setfileinfo.c lck = odb_lock(req, pvfs->odb_context, odb_locking_key); odb_context 204 source4/ntvfs/posix/pvfs_setfileinfo.c lck = odb_lock(req, pvfs->odb_context, odb_locking_key); odb_context 503 source4/ntvfs/posix/pvfs_setfileinfo.c lck = odb_lock(req, h->pvfs->odb_context, &h->odb_locking_key); odb_context 837 source4/ntvfs/posix/pvfs_setfileinfo.c lck = odb_lock(req, pvfs->odb_context, &lkey); odb_context 38 source4/ntvfs/posix/pvfs_write.c lck = odb_lock(h, h->pvfs->odb_context, &h->odb_locking_key); odb_context 222 source4/ntvfs/posix/vfs_posix.c pvfs->odb_context = odb_init(pvfs, pvfs->ntvfs->ctx); odb_context 223 source4/ntvfs/posix/vfs_posix.c if (pvfs->odb_context == NULL) { odb_context 48 source4/ntvfs/posix/vfs_posix.h struct odb_context *odb_context;