Searched refs:t_refcount (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c2859 if (th->t_refcount > 1)
2974 th->t_refcount = 1;
3085 th->t_refcount++;
3086 BUG_ON(th->t_refcount < 2);
3111 if (th->t_refcount == 0) {
3127 BUG_ON(cur_th && cur_th->t_refcount > 1);
3140 BUG_ON(cur_th && cur_th->t_refcount > 1);
3154 BUG_ON(!cur_th->t_refcount);
3155 cur_th->t_refcount++;
3157 if (th->t_refcount <
[all...]
H A Dinode.c216 BUG_ON(!th->t_refcount);
221 if (th->t_refcount > 1) {
810 BUG_ON(!th->t_refcount);
811 if (th->t_refcount == 1) {
2549 BUG_ON(!th->t_refcount);
2551 old_ref = th->t_refcount;
2552 th->t_refcount++;
2568 if (th->t_refcount > old_ref) {
2570 th->t_refcount--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1655 int t_refcount; member in struct:reiserfs_transaction_handle

Completed in 176 milliseconds