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) {
2851 atomic_set(&journal->j_wcount, 0);
3006 while ((atomic_read(&journal->j_wcount) > 0 ||
3074 || (!join && atomic_read(&journal->j_wcount) > 0
3089 if (atomic_read(&journal->j_wcount) > 10) {
3126 atomic_inc(&journal->j_wcount);
3319 if (atomic_read(&journal->j_wcount) <= 0) {
3321 "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 126 milliseconds