Searched refs:jbd2_handle_buffer_credits (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | ext4_jbd2.c | 147 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() 345 jbd2_handle_buffer_credits(handle), err); in __ext4_handle_dirty_metadata() 356 jbd2_handle_buffer_credits(handle), in __ext4_handle_dirty_metadata()
|
| H A D | xattr.c | 2329 if (jbd2_handle_buffer_credits(handle) < credits) { in ext4_xattr_set_handle()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | alloc.c | 2290 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 …]
|
| H A D | journal.c | 423 old_nblocks = jbd2_handle_buffer_credits(handle); in ocfs2_extend_trans() 464 old_nblks = jbd2_handle_buffer_credits(handle); in ocfs2_allocate_extend_trans()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | jbd2.h | 1760 static inline int jbd2_handle_buffer_credits(handle_t *handle) in jbd2_handle_buffer_credits() function
|
| /OK3568_Linux_fs/kernel/fs/jbd2/ |
| H A D | transaction.c | 1527 if (WARN_ON_ONCE(jbd2_handle_buffer_credits(handle) <= 0)) { in jbd2_journal_dirty_metadata()
|