brl_create_handle   62 source4/ntvfs/common/brlock.c 	return ops->brl_create_handle(mem_ctx, ntvfs, file_key);
brl_create_handle   28 source4/ntvfs/common/brlock.h 	struct brl_handle *(*brl_create_handle)(TALLOC_CTX *, struct ntvfs_handle *, DATA_BLOB *);
brl_create_handle  725 source4/ntvfs/common/brlock_tdb.c 	.brl_create_handle  = brl_tdb_create_handle,
brl_create_handle  590 source4/ntvfs/posix/pvfs_open.c 	h = brl_create_handle(mem_ctx, ntvfs, &key);