Home
last modified time | relevance | path

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

/openbmc/linux/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()
1434 if (!pjl && cn->bh) { 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 = find_newer_jl_for_cn(cn); in dirty_one_transaction()
1695 if (!pjl && cn->blocknr && cn->bh in dirty_one_transaction()