Searched refs:h_buffer_credits (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/ext4/ |
D | ext4_jbd2.c | 122 trace_ext4_journal_start_reserved(sb, handle->h_buffer_credits, in __ext4_journal_start_reserved() 281 handle->h_buffer_credits, err); in __ext4_handle_dirty_metadata() 292 handle->h_buffer_credits, err); in __ext4_handle_dirty_metadata()
|
D | ext4_jbd2.h | 293 if (ext4_handle_valid(handle) && handle->h_buffer_credits < needed) in ext4_handle_has_enough_credits()
|
D | xattr.c | 982 if (handle->h_buffer_credits >= credits) in ext4_xattr_ensure_credits() 985 error = ext4_journal_extend(handle, credits - handle->h_buffer_credits); in ext4_xattr_ensure_credits()
|
D | extents.c | 111 if (handle->h_buffer_credits >= needed) in ext4_ext_truncate_extend_restart() 118 err = ext4_journal_extend(handle, needed - handle->h_buffer_credits); in ext4_ext_truncate_extend_restart() 5219 if (handle->h_buffer_credits < 7) { in ext4_access_path()
|
D | resize.c | 1107 handle->h_buffer_credits == 0 && in update_backups()
|
/Linux-v4.19/fs/jbd2/ |
D | transaction.c | 275 int blocks = handle->h_buffer_credits; in start_this_handle() 280 rsv_blocks = handle->h_rsv_handle->h_buffer_credits; in start_this_handle() 401 handle->h_buffer_credits = nblocks; in new_handle() 487 sub_reserved_credits(journal, handle->h_buffer_credits); in jbd2_journal_free_reserved() 607 handle->h_buffer_credits, in jbd2_journal_extend() 610 handle->h_buffer_credits += nblocks; in jbd2_journal_extend() 661 atomic_sub(handle->h_buffer_credits, in jbd2__journal_restart() 665 handle->h_rsv_handle->h_buffer_credits); in jbd2__journal_restart() 681 handle->h_buffer_credits = nblocks; in jbd2__journal_restart() 1390 if (handle->h_buffer_credits <= 0) { in jbd2_journal_dirty_metadata() [all …]
|
/Linux-v4.19/fs/ocfs2/ |
D | alloc.c | 2305 if (handle->h_buffer_credits < credits) in ocfs2_extend_rotate_transaction() 2307 credits - handle->h_buffer_credits); in ocfs2_extend_rotate_transaction() 2384 int ret, start, orig_credits = handle->h_buffer_credits; in ocfs2_rotate_tree_right() 3165 int ret, orig_credits = handle->h_buffer_credits; in ocfs2_rotate_tree_left() 3403 handle->h_buffer_credits, in ocfs2_merge_rec_right() 3565 handle->h_buffer_credits, in ocfs2_merge_rec_left() 3640 handle->h_buffer_credits, in ocfs2_merge_rec_left() 3686 handle->h_buffer_credits, in ocfs2_try_to_merge_extent() 3742 handle->h_buffer_credits, in ocfs2_try_to_merge_extent() 3772 handle->h_buffer_credits, in ocfs2_try_to_merge_extent() [all …]
|
D | journal.c | 436 old_nblocks = handle->h_buffer_credits; in ocfs2_extend_trans() 477 old_nblks = handle->h_buffer_credits; in ocfs2_allocate_extend_trans()
|
/Linux-v4.19/include/linux/ |
D | jbd2.h | 494 int h_buffer_credits; member
|