Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/reiserfs/
H A Djournal.c374 if (journal->j_cnode_free <= 0) { in get_cnode()
378 journal->j_cnode_free--; in get_cnode()
402 journal->j_cnode_free++; in free_cnode()
2867 journal->j_cnode_free = journal->j_cnode_free_list ? num_cnodes : 0; in journal_init()
2871 if (journal->j_cnode_free == 0) { in journal_init()
2930 journal->j_cnode_free < (journal->j_trans_max * 3)) { in journal_transaction_should_end()
3080 || (!join && journal->j_cnode_free < (journal->j_trans_max * 3))) { in do_journal_begin_r()
3710 && journal->j_cnode_free > (journal->j_trans_max * 3)) { in check_journal_end()
H A Dprocfs.c340 "j_cnode_used: \t%i\n" "j_cnode_free: \t%i\n" "\n" in show_journal()
382 JF(j_cnode_free), in show_journal()
H A Dreiserfs.h354 int j_cnode_free; /* number of cnodes on the free list */ member
/kernel/linux/linux-6.6/fs/reiserfs/
H A Djournal.c374 if (journal->j_cnode_free <= 0) { in get_cnode()
378 journal->j_cnode_free--; in get_cnode()
402 journal->j_cnode_free++; in free_cnode()
2874 journal->j_cnode_free = journal->j_cnode_free_list ? num_cnodes : 0; in journal_init()
2878 if (journal->j_cnode_free == 0) { in journal_init()
2937 journal->j_cnode_free < (journal->j_trans_max * 3)) { in journal_transaction_should_end()
3086 || (!join && journal->j_cnode_free < (journal->j_trans_max * 3))) { in do_journal_begin_r()
3715 && journal->j_cnode_free > (journal->j_trans_max * 3)) { in check_journal_end()
H A Dprocfs.c340 "j_cnode_used: \t%i\n" "j_cnode_free: \t%i\n" "\n" in show_journal()
382 JF(j_cnode_free), in show_journal()
H A Dreiserfs.h351 int j_cnode_free; /* number of cnodes on the free list */ member

Completed in 30 milliseconds