Home
last modified time | relevance | path

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

/linux-4.1.27/fs/reiserfs/
Dnamei.c630 JOURNAL_PER_BALANCE_CNT * 2 + in reiserfs_create()
706 JOURNAL_PER_BALANCE_CNT * 3 + in reiserfs_mknod()
786 JOURNAL_PER_BALANCE_CNT * 3 + in reiserfs_mkdir()
899 JOURNAL_PER_BALANCE_CNT * 2 + 2 + in reiserfs_rmdir()
1000 JOURNAL_PER_BALANCE_CNT * 2 + 2 + in reiserfs_unlink()
1094 JOURNAL_PER_BALANCE_CNT * 3 + in reiserfs_symlink()
1184 JOURNAL_PER_BALANCE_CNT * 3 + in reiserfs_link()
1308 JOURNAL_PER_BALANCE_CNT * 3 + 5 + in reiserfs_rename()
Dinode.c33 JOURNAL_PER_BALANCE_CNT * 2 + in reiserfs_evict_inode()
269 err = journal_begin(th, s, JOURNAL_PER_BALANCE_CNT * 6); in restart_transaction()
680 JOURNAL_PER_BALANCE_CNT * 3 + 1 + in reiserfs_get_block()
2307 JOURNAL_PER_BALANCE_CNT * 2 + 1); in reiserfs_truncate_file()
2377 int jbegin_count = JOURNAL_PER_BALANCE_CNT; in map_block_for_writepage()
Dreiserfs.h2772 #define JOURNAL_PER_BALANCE_CNT (3 * (MAX_HEIGHT-2) + 9) macro
2773 #define JOURNAL_BLOCKS_PER_OBJECT(sb) (JOURNAL_PER_BALANCE_CNT * 3 + \
2783 (DQUOT_INIT_ALLOC*(JOURNAL_PER_BALANCE_CNT+2)+DQUOT_INIT_REWRITE+1) : 0)
2786 (DQUOT_DEL_ALLOC*(JOURNAL_PER_BALANCE_CNT+2)+DQUOT_DEL_REWRITE+1) : 0)
Dstree.c1003 #define JOURNAL_FOR_FREE_BLOCK_AND_UPDATE_SD (2 * JOURNAL_PER_BALANCE_CNT + 1)
1999 JOURNAL_FOR_FREE_BLOCK_AND_UPDATE_SD + JOURNAL_PER_BALANCE_CNT * 4) ; in reiserfs_do_truncate()
Dxattr.c291 int blocks = JOURNAL_PER_BALANCE_CNT * 2 + 2 + in reiserfs_for_each_xattr()
Dsuper.c176 err = journal_begin(&th, s, JOURNAL_PER_BALANCE_CNT); in remove_save_link_only()
483 err = journal_begin(&th, inode->i_sb, JOURNAL_PER_BALANCE_CNT); in remove_save_link()
Djournal.c3339 journal->j_len_alloc = journal->j_len + JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty()
3352 th->t_blocks_allocated += JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty()
3353 journal->j_len_alloc += JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty()