Lines Matching refs:owner

613 	// mark this so that we're the owner of dealing with the
2193 if (jnl->owner != current_thread()) {
2497 if (jnl->owner == current_thread()) {
2499 panic("jnl: start_tr: active_tr is NULL (jnl @ %p, owner %p, current_thread %p\n",
2500 jnl, jnl->owner, current_thread());
2507 if (jnl->owner != NULL || jnl->nested_count != 0 || jnl->active_tr != NULL) {
2508 panic("jnl: start_tr: owner %p, nested count %d, active_tr %p jnl @ %p\n",
2509 jnl->owner, jnl->nested_count, jnl->active_tr, jnl);
2512 jnl->owner = current_thread();
2545 // printf("jnl: start_tr: owner 0x%x new tr @ 0x%x\n", jnl->owner, jnl->active_tr);
2550 jnl->owner = NULL;
2581 if (jnl->owner != current_thread()) {
2582 panic("jnl: modify_block_start: called w/out a transaction! jnl %p, owner %p, curact %p\n",
2583 jnl, jnl->owner, current_thread());
2697 if (jnl->owner != current_thread()) {
2698 panic("jnl: modify_block_abort: called w/out a transaction! jnl %p, owner %p, curact %p\n",
2699 jnl, jnl->owner, current_thread());
2754 if (jnl->owner != current_thread()) {
2755 panic("jnl: modify_block_end: called w/out a transaction! jnl %p, owner %p, curact %p\n",
2756 jnl, jnl->owner, current_thread());
2888 if (jnl->owner != current_thread()) {
2889 panic("jnl: modify_block_end: called w/out a transaction! jnl %p, owner %p, curact %p\n",
2890 jnl, jnl->owner, current_thread());
3125 if (jnl->owner != current_thread()) {
3126 panic("jnl: trim_add_extent: called w/out a transaction! jnl %p, owner %p, curact %p\n",
3127 jnl, jnl->owner, current_thread());
3386 if (jnl->owner != current_thread()) {
3387 panic("jnl: trim_remove_extent: called w/out a transaction! jnl %p, owner %p, curact %p\n",
3388 jnl, jnl->owner, current_thread());
3814 jnl->owner = NULL;
3833 jnl->owner = NULL;
4308 if ((jnl->flags & JOURNAL_INVALID) && jnl->owner == NULL) {
4312 if (jnl->owner != current_thread()) {
4313 panic("jnl: end_tr: I'm not the owner! jnl %p, owner %p, curact %p\n",
4314 jnl, jnl->owner, current_thread());
4335 jnl->owner = NULL;
4397 if (jnl->owner != current_thread()) {
4456 return jnl->owner;
4549 if (jnl->owner != current_thread()) {
4550 panic("jnl: relocate: Not the owner! jnl %p, owner %p, curact %p\n",
4551 jnl, jnl->owner, current_thread());