• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/xnu-2782.1.97/bsd/vfs/

Lines Matching refs:owner

282 	if (jnl->owner) {
283 panic ("jnl: owner is %p, expected NULL\n", jnl->owner);
285 jnl->owner = current_thread();
291 jnl->owner = NULL;
629 // mark this so that we're the owner of dealing with the
2215 if (jnl->owner != current_thread()) {
2540 if (jnl->owner == current_thread()) {
2542 panic("jnl: start_tr: active_tr is NULL (jnl @ %p, owner %p, current_thread %p\n",
2543 jnl, jnl->owner, current_thread());
2552 panic("jnl: start_tr: owner %p, nested count %d, active_tr %p jnl @ %p\n",
2553 jnl->owner, jnl->nested_count, jnl->active_tr, jnl);
2588 // printf("jnl: start_tr: owner 0x%x new tr @ 0x%x\n", jnl->owner, jnl->active_tr);
2623 if (jnl->owner != current_thread()) {
2624 panic("jnl: modify_block_start: called w/out a transaction! jnl %p, owner %p, curact %p\n",
2625 jnl, jnl->owner, current_thread());
2739 if (jnl->owner != current_thread()) {
2740 panic("jnl: modify_block_abort: called w/out a transaction! jnl %p, owner %p, curact %p\n",
2741 jnl, jnl->owner, current_thread());
2796 if (jnl->owner != current_thread()) {
2797 panic("jnl: modify_block_end: called w/out a transaction! jnl %p, owner %p, curact %p\n",
2798 jnl, jnl->owner, current_thread());
2932 if (jnl->owner != current_thread()) {
2933 panic("jnl: modify_block_end: called w/out a transaction! jnl %p, owner %p, curact %p\n",
2934 jnl, jnl->owner, current_thread());
3194 if (jnl->owner != current_thread()) {
3195 panic("jnl: trim_add_extent: called w/out a transaction! jnl %p, owner %p, curact %p\n",
3196 jnl, jnl->owner, current_thread());
3541 if (jnl->owner != current_thread()) {
3542 panic("jnl: trim_remove_extent: called w/out a transaction! jnl %p, owner %p, curact %p\n",
3543 jnl, jnl->owner, current_thread());
4486 if ((jnl->flags & JOURNAL_INVALID) && jnl->owner == NULL) {
4490 if (jnl->owner != current_thread()) {
4491 panic("jnl: end_tr: I'm not the owner! jnl %p, owner %p, curact %p\n",
4492 jnl, jnl->owner, current_thread());
4586 if (jnl->owner != current_thread()) {
4645 return jnl->owner;
4738 if (jnl->owner != current_thread()) {
4739 panic("jnl: relocate: Not the owner! jnl %p, owner %p, curact %p\n",
4740 jnl, jnl->owner, current_thread());