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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c3517 ** Won't batch when flush or commit_now is set. Also won't batch when others are waiting on j_join_wait.
3528 int commit_now = flags & COMMIT_NOW; local
3552 /* if wcount > 0, and we are called to with flush or commit_now,
3559 if (flush || commit_now) {
3587 if (commit_now
3601 commit_now = 1;
3607 && !flush && !commit_now && (journal->j_len < journal->j_max_batch)

Completed in 48 milliseconds