Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dalloc.c2303 if (jbd2_handle_buffer_credits(handle) < credits) in ocfs2_extend_rotate_transaction()
2305 credits - jbd2_handle_buffer_credits(handle)); in ocfs2_extend_rotate_transaction()
2382 int ret, start, orig_credits = jbd2_handle_buffer_credits(handle); in ocfs2_rotate_tree_right()
3163 int ret, orig_credits = jbd2_handle_buffer_credits(handle); in ocfs2_rotate_tree_left()
3401 jbd2_handle_buffer_credits(handle), in ocfs2_merge_rec_right()
3563 jbd2_handle_buffer_credits(handle), in ocfs2_merge_rec_left()
3638 jbd2_handle_buffer_credits(handle), in ocfs2_merge_rec_left()
3684 jbd2_handle_buffer_credits(handle), in ocfs2_try_to_merge_extent()
3740 jbd2_handle_buffer_credits(handle), in ocfs2_try_to_merge_extent()
3770 jbd2_handle_buffer_credits(handl in ocfs2_try_to_merge_extent()
[all...]
H A Djournal.c441 old_nblocks = jbd2_handle_buffer_credits(handle); in ocfs2_extend_trans()
479 int old_nblks = jbd2_handle_buffer_credits(handle); in ocfs2_assure_trans_credits()
499 old_nblks = jbd2_handle_buffer_credits(handle); in ocfs2_allocate_extend_trans()
845 jbd2_handle_buffer_credits(handle), status); in ocfs2_journal_dirty()
/linux/include/linux/
H A Djbd2.h1787 static inline int jbd2_handle_buffer_credits(handle_t *handle) in jbd2_handle_buffer_credits() function
/linux/fs/jbd2/
H A Dtransaction.c1553 if (WARN_ON_ONCE(jbd2_handle_buffer_credits(handle) <= 0)) { in jbd2_journal_dirty_metadata()
/linux/fs/ext4/
H A Dxattr.c2380 if (jbd2_handle_buffer_credits(handle) < credits) { in ext4_xattr_set_handle()