Home
last modified time | relevance | path

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

/linux-4.19.296/fs/reiserfs/
Dnamei.c632 JOURNAL_PER_BALANCE_CNT * 2 + in reiserfs_create()
714 JOURNAL_PER_BALANCE_CNT * 3 + in reiserfs_mknod()
797 JOURNAL_PER_BALANCE_CNT * 3 + in reiserfs_mkdir()
916 JOURNAL_PER_BALANCE_CNT * 2 + 2 + in reiserfs_rmdir()
1021 JOURNAL_PER_BALANCE_CNT * 2 + 2 + in reiserfs_unlink()
1115 JOURNAL_PER_BALANCE_CNT * 3 + in reiserfs_symlink()
1212 JOURNAL_PER_BALANCE_CNT * 3 + in reiserfs_link()
1342 JOURNAL_PER_BALANCE_CNT * 3 + 5 + in reiserfs_rename()
Dinode.c34 JOURNAL_PER_BALANCE_CNT * 2 + in reiserfs_evict_inode()
270 err = journal_begin(th, s, JOURNAL_PER_BALANCE_CNT * 6); in restart_transaction()
681 JOURNAL_PER_BALANCE_CNT * 3 + 1 + in reiserfs_get_block()
2308 JOURNAL_PER_BALANCE_CNT * 2 + 1); in reiserfs_truncate_file()
2378 int jbegin_count = JOURNAL_PER_BALANCE_CNT; in map_block_for_writepage()
Dreiserfs.h2774 #define JOURNAL_PER_BALANCE_CNT (3 * (MAX_HEIGHT-2) + 9) macro
2775 #define JOURNAL_BLOCKS_PER_OBJECT(sb) (JOURNAL_PER_BALANCE_CNT * 3 + \
2785 (DQUOT_INIT_ALLOC*(JOURNAL_PER_BALANCE_CNT+2)+DQUOT_INIT_REWRITE+1) : 0)
2788 (DQUOT_DEL_ALLOC*(JOURNAL_PER_BALANCE_CNT+2)+DQUOT_DEL_REWRITE+1) : 0)
Dstree.c1031 #define JOURNAL_FOR_FREE_BLOCK_AND_UPDATE_SD (2 * JOURNAL_PER_BALANCE_CNT + 1)
2027 JOURNAL_FOR_FREE_BLOCK_AND_UPDATE_SD + JOURNAL_PER_BALANCE_CNT * 4) ; in reiserfs_do_truncate()
Dxattr.c299 int blocks = JOURNAL_PER_BALANCE_CNT * 2 + 2 + in reiserfs_for_each_xattr()
Dsuper.c200 err = journal_begin(&th, s, JOURNAL_PER_BALANCE_CNT); in remove_save_link_only()
517 err = journal_begin(&th, inode->i_sb, JOURNAL_PER_BALANCE_CNT); in remove_save_link()
Djournal.c3357 journal->j_len_alloc = journal->j_len + JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty()
3370 th->t_blocks_allocated += JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty()
3371 journal->j_len_alloc += JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty()