brl_handle         60 source4/ntvfs/common/brlock.c struct brl_handle *brl_create_handle(TALLOC_CTX *mem_ctx, struct ntvfs_handle *ntvfs, DATA_BLOB *file_key)
brl_handle         28 source4/ntvfs/common/brlock.h 	struct brl_handle *(*brl_create_handle)(TALLOC_CTX *, struct ntvfs_handle *, DATA_BLOB *);
brl_handle         30 source4/ntvfs/common/brlock.h 			     struct brl_handle *,
brl_handle         36 source4/ntvfs/common/brlock.h 			       struct brl_handle *, 
brl_handle         40 source4/ntvfs/common/brlock.h 				       struct brl_handle *, 
brl_handle         43 source4/ntvfs/common/brlock.h 				 struct brl_handle *,
brl_handle         48 source4/ntvfs/common/brlock.h 			      struct brl_handle *);
brl_handle        111 source4/ntvfs/common/brlock_tdb.c static struct brl_handle *brl_tdb_create_handle(TALLOC_CTX *mem_ctx, struct ntvfs_handle *ntvfs, 
brl_handle        114 source4/ntvfs/common/brlock_tdb.c 	struct brl_handle *brlh;
brl_handle        116 source4/ntvfs/common/brlock_tdb.c 	brlh = talloc(mem_ctx, struct brl_handle);
brl_handle         43 source4/ntvfs/posix/pvfs_lock.c 			    f->brl_handle,
brl_handle         74 source4/ntvfs/posix/pvfs_lock.c 			   f->brl_handle,
brl_handle        127 source4/ntvfs/posix/pvfs_lock.c 				  f->brl_handle,
brl_handle        143 source4/ntvfs/posix/pvfs_lock.c 					     f->brl_handle, pending);
brl_handle        177 source4/ntvfs/posix/pvfs_lock.c 				  f->brl_handle,
brl_handle        224 source4/ntvfs/posix/pvfs_lock.c 		brl_close(f->pvfs->brl_context, f->brl_handle);
brl_handle        350 source4/ntvfs/posix/pvfs_lock.c 				    f->brl_handle,
brl_handle        369 source4/ntvfs/posix/pvfs_lock.c 				  f->brl_handle,
brl_handle        394 source4/ntvfs/posix/pvfs_lock.c 					   f->brl_handle,
brl_handle        272 source4/ntvfs/posix/pvfs_open.c 	f->brl_handle	 = NULL;
brl_handle        573 source4/ntvfs/posix/pvfs_open.c 	struct brl_handle *h;
brl_handle        719 source4/ntvfs/posix/pvfs_open.c 	status = pvfs_brl_locking_handle(f, name, h, &f->brl_handle);
brl_handle       1441 source4/ntvfs/posix/pvfs_open.c 	status = pvfs_brl_locking_handle(f, name, h, &f->brl_handle);
brl_handle        203 source4/ntvfs/posix/vfs_posix.h 	struct brl_handle *brl_handle;