Searched refs:JOURNAL_PER_BALANCE_CNT (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | namei.c | 632 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()
|
H A D | inode.c | 34 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() 2306 JOURNAL_PER_BALANCE_CNT * 2 + 1); in reiserfs_truncate_file() 2376 int jbegin_count = JOURNAL_PER_BALANCE_CNT; in map_block_for_writepage()
|
H A D | reiserfs.h | 2095 * changing JOURNAL_PER_BALANCE_CNT 2774 #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)
|
H A D | xattr.c | 299 int blocks = JOURNAL_PER_BALANCE_CNT * 2 + 2 + in reiserfs_for_each_xattr()
|
H A D | super.c | 200 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()
|
H A D | stree.c | 1021 #define JOURNAL_FOR_FREE_BLOCK_AND_UPDATE_SD (2 * JOURNAL_PER_BALANCE_CNT + 1) 2017 JOURNAL_FOR_FREE_BLOCK_AND_UPDATE_SD + JOURNAL_PER_BALANCE_CNT * 4) ; in reiserfs_do_truncate()
|
H A D | journal.c | 3345 journal->j_len_alloc = journal->j_len + JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty() 3358 th->t_blocks_allocated += JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty() 3359 journal->j_len_alloc += JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | namei.c | 631 JOURNAL_PER_BALANCE_CNT * 2 + in reiserfs_create() 713 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() 1022 JOURNAL_PER_BALANCE_CNT * 2 + 2 + in reiserfs_unlink() 1117 JOURNAL_PER_BALANCE_CNT * 3 + in reiserfs_symlink() 1214 JOURNAL_PER_BALANCE_CNT * 3 + in reiserfs_link() 1344 JOURNAL_PER_BALANCE_CNT * 3 + 5 + in reiserfs_rename()
|
H A D | inode.c | 34 JOURNAL_PER_BALANCE_CNT * 2 + in reiserfs_evict_inode() 270 err = journal_begin(th, s, JOURNAL_PER_BALANCE_CNT * 6); in restart_transaction() 673 JOURNAL_PER_BALANCE_CNT * 3 + 1 + in reiserfs_get_block() 2294 JOURNAL_PER_BALANCE_CNT * 2 + 1); in reiserfs_truncate_file() 2364 int jbegin_count = JOURNAL_PER_BALANCE_CNT; in map_block_for_writepage()
|
H A D | reiserfs.h | 2092 * changing JOURNAL_PER_BALANCE_CNT 2771 #define JOURNAL_PER_BALANCE_CNT (3 * (MAX_HEIGHT-2) + 9) macro 2772 #define JOURNAL_BLOCKS_PER_OBJECT(sb) (JOURNAL_PER_BALANCE_CNT * 3 + \ 2782 (DQUOT_INIT_ALLOC*(JOURNAL_PER_BALANCE_CNT+2)+DQUOT_INIT_REWRITE+1) : 0) 2785 (DQUOT_DEL_ALLOC*(JOURNAL_PER_BALANCE_CNT+2)+DQUOT_DEL_REWRITE+1) : 0)
|
H A D | xattr.c | 300 int blocks = JOURNAL_PER_BALANCE_CNT * 2 + 2 + in reiserfs_for_each_xattr()
|
H A D | super.c | 200 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()
|
H A D | stree.c | 1021 #define JOURNAL_FOR_FREE_BLOCK_AND_UPDATE_SD (2 * JOURNAL_PER_BALANCE_CNT + 1) 2015 JOURNAL_FOR_FREE_BLOCK_AND_UPDATE_SD + JOURNAL_PER_BALANCE_CNT * 4) ; in reiserfs_do_truncate()
|
H A D | journal.c | 3350 journal->j_len_alloc = journal->j_len + JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty() 3363 th->t_blocks_allocated += JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty() 3364 journal->j_len_alloc += JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty()
|
Completed in 50 milliseconds