Searched refs:other_jl (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.c908 struct reiserfs_journal_list *other_jl; local
922 other_jl = JOURNAL_LIST_ENTRY(entry);
924 atomic_read(&other_jl->j_older_commits_done))
927 first_jl = other_jl;
928 entry = other_jl->j_list.prev;
940 other_jl = JOURNAL_LIST_ENTRY(entry);
941 other_trans_id = other_jl->j_trans_id;
944 if (atomic_read(&other_jl->j_commit_left) != 0) {
945 flush_commit_list(s, other_jl, 0);
1319 struct reiserfs_journal_list *other_jl; local
[all...]

Completed in 39 milliseconds