Home
last modified time | relevance | path

Searched refs:jbd2_handle_buffer_credits (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
Dext4_jbd2.c147 jbd2_handle_buffer_credits(handle), _RET_IP_); in __ext4_journal_start_reserved()
167 if (jbd2_handle_buffer_credits(handle) >= check_cred && in __ext4_journal_ensure_credits()
170 extend_cred = max(0, extend_cred - jbd2_handle_buffer_credits(handle)); in __ext4_journal_ensure_credits()
346 jbd2_handle_buffer_credits(handle), err); in __ext4_handle_dirty_metadata()
357 jbd2_handle_buffer_credits(handle), in __ext4_handle_dirty_metadata()
Dxattr.c2341 if (jbd2_handle_buffer_credits(handle) < credits) { in ext4_xattr_set_handle()
/kernel/linux/linux-5.10/fs/ocfs2/
Dalloc.c2290 if (jbd2_handle_buffer_credits(handle) < credits) in ocfs2_extend_rotate_transaction()
2292 credits - jbd2_handle_buffer_credits(handle)); in ocfs2_extend_rotate_transaction()
2369 int ret, start, orig_credits = jbd2_handle_buffer_credits(handle); in ocfs2_rotate_tree_right()
3150 int ret, orig_credits = jbd2_handle_buffer_credits(handle); in ocfs2_rotate_tree_left()
3388 jbd2_handle_buffer_credits(handle), in ocfs2_merge_rec_right()
3550 jbd2_handle_buffer_credits(handle), in ocfs2_merge_rec_left()
3625 jbd2_handle_buffer_credits(handle), in ocfs2_merge_rec_left()
3671 jbd2_handle_buffer_credits(handle), in ocfs2_try_to_merge_extent()
3727 jbd2_handle_buffer_credits(handle), in ocfs2_try_to_merge_extent()
3757 jbd2_handle_buffer_credits(handle), in ocfs2_try_to_merge_extent()
[all …]
Djournal.c423 old_nblocks = jbd2_handle_buffer_credits(handle); in ocfs2_extend_trans()
464 old_nblks = jbd2_handle_buffer_credits(handle); in ocfs2_allocate_extend_trans()
/kernel/linux/linux-5.10/include/linux/
Djbd2.h1795 static inline int jbd2_handle_buffer_credits(handle_t *handle) in jbd2_handle_buffer_credits() function
/kernel/linux/linux-5.10/fs/jbd2/
Dtransaction.c1527 if (WARN_ON_ONCE(jbd2_handle_buffer_credits(handle) <= 0)) { in jbd2_journal_dirty_metadata()