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

/linux-master/fs/reiserfs/
H A Djournal.c1361 if (atomic_read(&journal->j_wcount) != 0) {
1363 atomic_read(&journal->j_wcount));
1406 if (atomic_read(&journal->j_wcount) != 0) {
2852 atomic_set(&journal->j_wcount, 0);
3007 while ((atomic_read(&journal->j_wcount) > 0 ||
3075 || (!join && atomic_read(&journal->j_wcount) > 0
3090 if (atomic_read(&journal->j_wcount) > 10) {
3127 atomic_inc(&journal->j_wcount);
3320 if (atomic_read(&journal->j_wcount) <= 0) {
3322 "returning because j_wcount wa
[all...]
H A Dprocfs.c331 "j_wcount: \t%i\n"
372 atomic_read(&r->s_journal->j_wcount),
H A Dreiserfs.h318 atomic_t j_wcount; /* count of writers for current commit */ member in struct:reiserfs_journal

Completed in 144 milliseconds