Searched refs:j_cnode_free (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c389 if (journal->j_cnode_free <= 0) {
393 journal->j_cnode_free--;
417 journal->j_cnode_free++;
2809 journal->j_cnode_free = journal->j_cnode_free_list ? num_cnodes : 0;
2813 if (journal->j_cnode_free == 0) {
2865 journal->j_cnode_free < (journal->j_trans_max * 3)) {
3007 || (!join && journal->j_cnode_free < (journal->j_trans_max * 3))) {
3609 && journal->j_cnode_free > (journal->j_trans_max * 3)) {
H A Dprocfs.c340 "j_cnode_used: \t%i\n" "j_cnode_free: \t%i\n" "\n"
382 JF(j_cnode_free),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs_sb.h207 int j_cnode_free; /* number of cnodes on the free list */ member in struct:reiserfs_journal

Completed in 81 milliseconds