Home
last modified time | relevance | path

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

/Linux-v6.1/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()
361 jbd2_handle_buffer_credits(handle), err); in __ext4_handle_dirty_metadata()
372 jbd2_handle_buffer_credits(handle), in __ext4_handle_dirty_metadata()
Dxattr.c2327 if (jbd2_handle_buffer_credits(handle) < credits) { in ext4_xattr_set_handle()
/Linux-v6.1/fs/ocfs2/
Dalloc.c2288 if (jbd2_handle_buffer_credits(handle) < credits) in ocfs2_extend_rotate_transaction()
2290 credits - jbd2_handle_buffer_credits(handle)); in ocfs2_extend_rotate_transaction()
2367 int ret, start, orig_credits = jbd2_handle_buffer_credits(handle); in ocfs2_rotate_tree_right()
3148 int ret, orig_credits = jbd2_handle_buffer_credits(handle); in ocfs2_rotate_tree_left()
3386 jbd2_handle_buffer_credits(handle), in ocfs2_merge_rec_right()
3548 jbd2_handle_buffer_credits(handle), in ocfs2_merge_rec_left()
3623 jbd2_handle_buffer_credits(handle), in ocfs2_merge_rec_left()
3669 jbd2_handle_buffer_credits(handle), in ocfs2_try_to_merge_extent()
3725 jbd2_handle_buffer_credits(handle), in ocfs2_try_to_merge_extent()
3755 jbd2_handle_buffer_credits(handle), in ocfs2_try_to_merge_extent()
[all …]
Djournal.c421 old_nblocks = jbd2_handle_buffer_credits(handle); in ocfs2_extend_trans()
462 old_nblks = jbd2_handle_buffer_credits(handle); in ocfs2_allocate_extend_trans()
/Linux-v6.1/include/linux/
Djbd2.h1806 static inline int jbd2_handle_buffer_credits(handle_t *handle) in jbd2_handle_buffer_credits() function
/Linux-v6.1/fs/jbd2/
Dtransaction.c1553 if (WARN_ON_ONCE(jbd2_handle_buffer_credits(handle) <= 0)) { in jbd2_journal_dirty_metadata()