Searched refs:h_buffer_credits (Results 1 – 8 of 8) sorted by relevance
| /linux-4.4.14/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() 398 handle->h_buffer_credits = nblocks; in new_handle() 486 sub_reserved_credits(journal, handle->h_buffer_credits); in jbd2_journal_free_reserved() 603 handle->h_buffer_credits, in jbd2_journal_extend() 606 handle->h_buffer_credits += nblocks; in jbd2_journal_extend() 656 atomic_sub(handle->h_buffer_credits, in jbd2__journal_restart() 660 handle->h_rsv_handle->h_buffer_credits); in jbd2__journal_restart() 676 handle->h_buffer_credits = nblocks; in jbd2__journal_restart() 1384 if (handle->h_buffer_credits <= 0) { in jbd2_journal_dirty_metadata() [all …]
|
| /linux-4.4.14/fs/ext4/ |
| D | ext4_jbd2.c | 117 trace_ext4_journal_start_reserved(sb, handle->h_buffer_credits, in __ext4_journal_start_reserved() 276 handle->h_buffer_credits, err); in __ext4_handle_dirty_metadata() 287 handle->h_buffer_credits, err); in __ext4_handle_dirty_metadata()
|
| D | ext4_jbd2.h | 292 if (ext4_handle_valid(handle) && handle->h_buffer_credits < needed) in ext4_handle_has_enough_credits()
|
| D | resize.c | 1077 handle->h_buffer_credits == 0 && in update_backups()
|
| D | extents.c | 123 if (handle->h_buffer_credits > needed) in ext4_ext_truncate_extend_restart() 5244 if (handle->h_buffer_credits < 7) { in ext4_access_path()
|
| /linux-4.4.14/fs/ocfs2/ |
| D | alloc.c | 2276 if (handle->h_buffer_credits < credits) in ocfs2_extend_rotate_transaction() 2278 credits - handle->h_buffer_credits); in ocfs2_extend_rotate_transaction() 2355 int ret, start, orig_credits = handle->h_buffer_credits; in ocfs2_rotate_tree_right() 3041 handle->h_buffer_credits, in ocfs2_remove_rightmost_path() 3168 int ret, orig_credits = handle->h_buffer_credits; in ocfs2_rotate_tree_left() 3407 handle->h_buffer_credits, in ocfs2_merge_rec_right() 3569 handle->h_buffer_credits, in ocfs2_merge_rec_left() 5407 handle->h_buffer_credits, in ocfs2_truncate_rec()
|
| 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-4.4.14/include/linux/ |
| D | jbd2.h | 472 int h_buffer_credits; member
|