Lines Matching refs:t_refcount
2931 if (th->t_refcount > 1)
3049 th->t_refcount = 1;
3167 th->t_refcount++;
3168 BUG_ON(th->t_refcount < 2);
3193 if (th->t_refcount == 0) {
3210 BUG_ON(cur_th && cur_th->t_refcount > 1);
3224 BUG_ON(cur_th && cur_th->t_refcount > 1);
3238 BUG_ON(!cur_th->t_refcount);
3239 cur_th->t_refcount++;
3241 if (th->t_refcount <= 1)
3270 BUG_ON(!th->t_refcount);
3395 if (!current->journal_info && th->t_refcount > 1)
3397 "th NULL, refcount %d", th->t_refcount);
3404 th->t_refcount--;
3405 if (th->t_refcount > 0) {
3536 BUG_ON(th->t_refcount > 1);
4011 BUG_ON(th->t_refcount > 1);
4072 th->t_refcount++;
4077 th->t_refcount--;