Searched refs:h_buffer_credits (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/fs/jbd2/ |
| D | transaction.c | 302 int blocks = handle->h_buffer_credits; in start_this_handle() 307 rsv_blocks = handle->h_rsv_handle->h_buffer_credits; in start_this_handle() 434 handle->h_buffer_credits = nblocks; in new_handle() 520 sub_reserved_credits(journal, handle->h_buffer_credits); in jbd2_journal_free_reserved() 574 line_no, handle->h_buffer_credits); in jbd2_journal_start_reserved() 643 handle->h_buffer_credits, in jbd2_journal_extend() 646 handle->h_buffer_credits += nblocks; in jbd2_journal_extend() 697 atomic_sub(handle->h_buffer_credits, in jbd2__journal_restart() 701 handle->h_rsv_handle->h_buffer_credits); in jbd2__journal_restart() 717 handle->h_buffer_credits = nblocks; in jbd2__journal_restart() [all …]
|
| /Linux-v5.4/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 | 979 if (handle->h_buffer_credits >= credits) in ext4_xattr_ensure_credits() 982 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() 5209 if (handle->h_buffer_credits < 7) { in ext4_access_path()
|
| D | resize.c | 1113 handle->h_buffer_credits == 0 && in update_backups()
|
| /Linux-v5.4/fs/ocfs2/ |
| D | alloc.c | 2291 if (handle->h_buffer_credits < credits) in ocfs2_extend_rotate_transaction() 2293 credits - handle->h_buffer_credits); in ocfs2_extend_rotate_transaction() 2370 int ret, start, orig_credits = handle->h_buffer_credits; in ocfs2_rotate_tree_right() 3151 int ret, orig_credits = handle->h_buffer_credits; in ocfs2_rotate_tree_left() 3389 handle->h_buffer_credits, in ocfs2_merge_rec_right() 3551 handle->h_buffer_credits, in ocfs2_merge_rec_left() 3626 handle->h_buffer_credits, in ocfs2_merge_rec_left() 3672 handle->h_buffer_credits, in ocfs2_try_to_merge_extent() 3728 handle->h_buffer_credits, in ocfs2_try_to_merge_extent() 3758 handle->h_buffer_credits, in ocfs2_try_to_merge_extent() [all …]
|
| D | journal.c | 423 old_nblocks = handle->h_buffer_credits; in ocfs2_extend_trans() 464 old_nblks = handle->h_buffer_credits; in ocfs2_allocate_extend_trans()
|
| /Linux-v5.4/include/linux/ |
| D | jbd2.h | 507 int h_buffer_credits; member
|