Searched refs:ocfs2_extend_trans (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/ocfs2/ |
D | journal.h | 245 int ocfs2_extend_trans(handle_t *handle, int nblocks);
|
D | xattr.c | 751 status = ocfs2_extend_trans(handle, credits); in ocfs2_xattr_extend_allocation() 3343 ret = ocfs2_extend_trans(ctxt->handle, credits); in __ocfs2_xattr_set_handle() 3373 ret = ocfs2_extend_trans(ctxt->handle, credits); in __ocfs2_xattr_set_handle() 3407 ret = ocfs2_extend_trans(ctxt->handle, credits); in __ocfs2_xattr_set_handle() 4915 ret = ocfs2_extend_trans(handle, credits); in ocfs2_mv_xattr_buckets() 4988 ret = ocfs2_extend_trans(handle, credits); in ocfs2_divide_xattr_cluster() 5222 ret = ocfs2_extend_trans(handle, credits); in ocfs2_extend_xattr_bucket()
|
D | alloc.c | 1111 status = ocfs2_extend_trans(handle, path_num_items(path)); in ocfs2_adjust_rightmost_branch() 2289 ret = ocfs2_extend_trans(handle, in ocfs2_extend_rotate_transaction() 4172 ret = ocfs2_extend_trans(handle, left_path->p_tree_depth); in ocfs2_insert_path() 5309 ret = ocfs2_extend_trans(handle, credits); in ocfs2_split_tree()
|
D | journal.c | 411 int ocfs2_extend_trans(handle_t *handle, int nblocks) in ocfs2_extend_trans() function
|
D | suballoc.c | 592 status = ocfs2_extend_trans(handle, in ocfs2_block_group_alloc_discontig()
|
D | ocfs2_trace.h | 2579 DEFINE_OCFS2_INT_INT_EVENT(ocfs2_extend_trans);
|
D | refcounttree.c | 1692 ret = ocfs2_extend_trans(handle, 2); in ocfs2_adjust_refcount_rec()
|