Home
last modified time | relevance | path

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

/fs/jbd/
Dtransaction.c2073 transaction_t *transaction, int jlist) in __journal_file_buffer() argument
2086 if (jh->b_transaction && jh->b_jlist == jlist) in __journal_file_buffer()
2089 if (jlist == BJ_Metadata || jlist == BJ_Reserved || in __journal_file_buffer()
2090 jlist == BJ_Shadow || jlist == BJ_Forget) { in __journal_file_buffer()
2111 switch (jlist) { in __journal_file_buffer()
2144 jh->b_jlist = jlist; in __journal_file_buffer()
2151 transaction_t *transaction, int jlist) in journal_file_buffer() argument
2155 __journal_file_buffer(jh, transaction, jlist); in journal_file_buffer()
2173 int was_dirty, jlist; in __journal_refile_buffer() local
2201 jlist = BJ_Forget; in __journal_refile_buffer()
[all …]
/fs/jbd2/
Dtransaction.c2044 transaction_t *transaction, int jlist) in __jbd2_journal_file_buffer() argument
2057 if (jh->b_transaction && jh->b_jlist == jlist) in __jbd2_journal_file_buffer()
2060 if (jlist == BJ_Metadata || jlist == BJ_Reserved || in __jbd2_journal_file_buffer()
2061 jlist == BJ_Shadow || jlist == BJ_Forget) { in __jbd2_journal_file_buffer()
2082 switch (jlist) { in __jbd2_journal_file_buffer()
2109 jh->b_jlist = jlist; in __jbd2_journal_file_buffer()
2116 transaction_t *transaction, int jlist) in jbd2_journal_file_buffer() argument
2120 __jbd2_journal_file_buffer(jh, transaction, jlist); in jbd2_journal_file_buffer()
2138 int was_dirty, jlist; in __jbd2_journal_refile_buffer() local
2166 jlist = BJ_Forget; in __jbd2_journal_refile_buffer()
[all …]
/fs/reiserfs/
Djournal.c1155 if (cn->sb == sb && cn->blocknr == blocknr && cn->jlist) { in find_newer_jl_for_cn()
1156 return cn->jlist; in find_newer_jl_for_cn()
1170 if (cn->sb == sb && cn->blocknr == blocknr && cn->jlist && in newer_jl_done()
1171 atomic_read(&cn->jlist->j_commit_left) != 0) in newer_jl_done()
1833 && (jl == NULL || jl == cur->jlist) in remove_journal_hash()
1846 if (cur->bh && cur->jlist) /* anybody who clears the cur->bh will also dec the nonzerolen */ in remove_journal_hash()
1847 atomic_dec(&(cur->jlist->j_nonzerolen)); in remove_journal_hash()
1849 cur->jlist = NULL; in remove_journal_hash()
3303 cn->jlist = NULL; in journal_mark_dirty()
3430 if (cur->jlist && cur->bh && cur->blocknr && cur->sb == sb && in can_dirty()
[all …]
Dreiserfs.h196 struct reiserfs_journal_list *jlist; /* journal list this cnode lives in */ member