Lines Matching refs:t_refcount
2924 if (th->t_refcount > 1)
3043 th->t_refcount = 1;
3162 th->t_refcount++;
3163 BUG_ON(th->t_refcount < 2);
3188 if (th->t_refcount == 0) {
3205 BUG_ON(cur_th && cur_th->t_refcount > 1);
3219 BUG_ON(cur_th && cur_th->t_refcount > 1);
3233 BUG_ON(!cur_th->t_refcount);
3234 cur_th->t_refcount++;
3236 if (th->t_refcount <= 1)
3265 BUG_ON(!th->t_refcount);
3390 if (!current->journal_info && th->t_refcount > 1)
3392 "th NULL, refcount %d", th->t_refcount);
3399 th->t_refcount--;
3400 if (th->t_refcount > 0) {
3531 BUG_ON(th->t_refcount > 1);
4006 BUG_ON(th->t_refcount > 1);
4067 th->t_refcount++;
4072 th->t_refcount--;