brlh 73 source4/ntvfs/common/brlock.c struct brl_handle *brlh,
brlh 79 source4/ntvfs/common/brlock.c return ops->brl_lock(brl, brlh, smbpid, start, size, lock_type, notify_ptr);
brlh 87 source4/ntvfs/common/brlock.c struct brl_handle *brlh,
brlh 91 source4/ntvfs/common/brlock.c return ops->brl_unlock(brl, brlh, smbpid, start, size);
brlh 100 source4/ntvfs/common/brlock.c struct brl_handle *brlh,
brlh 103 source4/ntvfs/common/brlock.c return ops->brl_remove_pending(brl, brlh, notify_ptr);
brlh 111 source4/ntvfs/common/brlock.c struct brl_handle *brlh,
brlh 116 source4/ntvfs/common/brlock.c return ops->brl_locktest(brl, brlh, smbpid, start, size, lock_type);
brlh 124 source4/ntvfs/common/brlock.c struct brl_handle *brlh)
brlh 126 source4/ntvfs/common/brlock.c return ops->brl_close(brl, brlh);
brlh 114 source4/ntvfs/common/brlock_tdb.c struct brl_handle *brlh;
brlh 116 source4/ntvfs/common/brlock_tdb.c brlh = talloc(mem_ctx, struct brl_handle);
brlh 117 source4/ntvfs/common/brlock_tdb.c if (brlh == NULL) {
brlh 121 source4/ntvfs/common/brlock_tdb.c brlh->key = *file_key;
brlh 122 source4/ntvfs/common/brlock_tdb.c brlh->ntvfs = ntvfs;
brlh 123 source4/ntvfs/common/brlock_tdb.c ZERO_STRUCT(brlh->last_lock);
brlh 125 source4/ntvfs/common/brlock_tdb.c return brlh;
brlh 231 source4/ntvfs/common/brlock_tdb.c static NTSTATUS brl_tdb_lock_failed(struct brl_handle *brlh, struct lock_struct *lock)
brlh 250 source4/ntvfs/common/brlock_tdb.c brlh->last_lock = *lock;
brlh 261 source4/ntvfs/common/brlock_tdb.c brlh->last_lock = *lock;
brlh 269 source4/ntvfs/common/brlock_tdb.c if (cluster_id_equal(&lock->context.server, &brlh->last_lock.context.server) &&
brlh 270 source4/ntvfs/common/brlock_tdb.c lock->context.ctx == brlh->last_lock.context.ctx &&
brlh 271 source4/ntvfs/common/brlock_tdb.c lock->ntvfs == brlh->last_lock.ntvfs &&
brlh 272 source4/ntvfs/common/brlock_tdb.c lock->start == brlh->last_lock.start) {
brlh 276 source4/ntvfs/common/brlock_tdb.c brlh->last_lock = *lock;
brlh 288 source4/ntvfs/common/brlock_tdb.c struct brl_handle *brlh,
brlh 299 source4/ntvfs/common/brlock_tdb.c kbuf.dptr = brlh->key.data;
brlh 300 source4/ntvfs/common/brlock_tdb.c kbuf.dsize = brlh->key.length;
brlh 315 source4/ntvfs/common/brlock_tdb.c lock = brlh->last_lock;
brlh 316 source4/ntvfs/common/brlock_tdb.c status = brl_tdb_lock(brl, brlh, smbpid, start, size, rw, NULL);
brlh 317 source4/ntvfs/common/brlock_tdb.c brlh->last_lock = lock;
brlh 330 source4/ntvfs/common/brlock_tdb.c lock.ntvfs = brlh->ntvfs;
brlh 343 source4/ntvfs/common/brlock_tdb.c status = brl_tdb_lock_failed(brlh, &lock);
brlh 439 source4/ntvfs/common/brlock_tdb.c struct brl_handle *brlh,
brlh 449 source4/ntvfs/common/brlock_tdb.c kbuf.dptr = brlh->key.data;
brlh 450 source4/ntvfs/common/brlock_tdb.c kbuf.dsize = brlh->key.length;
brlh 473 source4/ntvfs/common/brlock_tdb.c lock->ntvfs == brlh->ntvfs &&
brlh 485 source4/ntvfs/common/brlock_tdb.c lock->ntvfs == brlh->ntvfs &&
brlh 541 source4/ntvfs/common/brlock_tdb.c struct brl_handle *brlh,
brlh 549 source4/ntvfs/common/brlock_tdb.c kbuf.dptr = brlh->key.data;
brlh 550 source4/ntvfs/common/brlock_tdb.c kbuf.dsize = brlh->key.length;
brlh 611 source4/ntvfs/common/brlock_tdb.c struct brl_handle *brlh,
brlh 620 source4/ntvfs/common/brlock_tdb.c kbuf.dptr = brlh->key.data;
brlh 621 source4/ntvfs/common/brlock_tdb.c kbuf.dsize = brlh->key.length;
brlh 631 source4/ntvfs/common/brlock_tdb.c lock.ntvfs = brlh->ntvfs;
brlh 656 source4/ntvfs/common/brlock_tdb.c struct brl_handle *brlh)
brlh 663 source4/ntvfs/common/brlock_tdb.c kbuf.dptr = brlh->key.data;
brlh 664 source4/ntvfs/common/brlock_tdb.c kbuf.dsize = brlh->key.length;
brlh 685 source4/ntvfs/common/brlock_tdb.c lock->ntvfs == brlh->ntvfs) {