Home
last modified time | relevance | path

Searched refs:h_buffer_credits (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/fs/ext4/
Dext4_jbd2.c122 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()
Dext4_jbd2.h293 if (ext4_handle_valid(handle) && handle->h_buffer_credits < needed) in ext4_handle_has_enough_credits()
Dxattr.c1009 if (handle->h_buffer_credits >= credits) in ext4_xattr_ensure_credits()
1012 error = ext4_journal_extend(handle, credits - handle->h_buffer_credits); in ext4_xattr_ensure_credits()
Dextents.c111 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()
5252 if (handle->h_buffer_credits < 7) { in ext4_access_path()
Dresize.c1161 handle->h_buffer_credits == 0 && in update_backups()
/linux-4.19.296/fs/jbd2/
Dtransaction.c277 int blocks = handle->h_buffer_credits; in start_this_handle()
282 rsv_blocks = handle->h_rsv_handle->h_buffer_credits; in start_this_handle()
403 handle->h_buffer_credits = nblocks; in new_handle()
489 sub_reserved_credits(journal, handle->h_buffer_credits); in jbd2_journal_free_reserved()
609 handle->h_buffer_credits, in jbd2_journal_extend()
612 handle->h_buffer_credits += nblocks; in jbd2_journal_extend()
663 atomic_sub(handle->h_buffer_credits, in jbd2__journal_restart()
667 handle->h_rsv_handle->h_buffer_credits); in jbd2__journal_restart()
683 handle->h_buffer_credits = nblocks; in jbd2__journal_restart()
1406 if (handle->h_buffer_credits <= 0) { in jbd2_journal_dirty_metadata()
[all …]
/linux-4.19.296/fs/ocfs2/
Dalloc.c2305 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 …]
Djournal.c437 old_nblocks = handle->h_buffer_credits; in ocfs2_extend_trans()
478 old_nblks = handle->h_buffer_credits; in ocfs2_allocate_extend_trans()
/linux-4.19.296/include/linux/
Djbd2.h510 int h_buffer_credits; member