Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/reiserfs/
H A Djournal.c1348 struct reiserfs_journal_list *pjl; in flush_journal_list() local
1427 pjl = find_newer_jl_for_cn(cn); in flush_journal_list()
1429 * the order is important here. We check pjl to make sure we in flush_journal_list()
1433 if (!pjl && cn->bh) { in flush_journal_list()
1448 * everything with !pjl && jwait in flush_journal_list()
1459 if (pjl) { in flush_journal_list()
1460 if (atomic_read(&pjl->j_commit_left)) in flush_journal_list()
1461 flush_commit_list(s, pjl, 1); in flush_journal_list()
1683 struct reiserfs_journal_list *pjl; in dirty_one_transaction() local
1693 pjl in dirty_one_transaction()
[all...]
/kernel/linux/linux-6.6/fs/reiserfs/
H A Djournal.c1349 struct reiserfs_journal_list *pjl; in flush_journal_list() local
1428 pjl = find_newer_jl_for_cn(cn); in flush_journal_list()
1430 * the order is important here. We check pjl to make sure we in flush_journal_list()
1434 if (!pjl && cn->bh) { in flush_journal_list()
1449 * everything with !pjl && jwait in flush_journal_list()
1460 if (pjl) { in flush_journal_list()
1461 if (atomic_read(&pjl->j_commit_left)) in flush_journal_list()
1462 flush_commit_list(s, pjl, 1); in flush_journal_list()
1684 struct reiserfs_journal_list *pjl; in dirty_one_transaction() local
1694 pjl in dirty_one_transaction()
[all...]

Completed in 8 milliseconds