Searched refs:ocfs2_extend_trans (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | journal.h | 246 int ocfs2_extend_trans(handle_t *handle, int nblocks);
|
| H A D | xattr.c | 751 status = ocfs2_extend_trans(handle, credits); in ocfs2_xattr_extend_allocation() 1951 * calls ocfs2_extend_trans(). This may commit the previous in ocfs2_xa_value_truncate() 3378 ret = ocfs2_extend_trans(ctxt->handle, credits); in __ocfs2_xattr_set_handle() 3408 ret = ocfs2_extend_trans(ctxt->handle, credits); in __ocfs2_xattr_set_handle() 3442 ret = ocfs2_extend_trans(ctxt->handle, credits); in __ocfs2_xattr_set_handle() 4941 ret = ocfs2_extend_trans(handle, credits); in ocfs2_mv_xattr_buckets() 5014 ret = ocfs2_extend_trans(handle, credits); in ocfs2_divide_xattr_cluster() 5248 ret = ocfs2_extend_trans(handle, credits); in ocfs2_extend_xattr_bucket()
|
| H A D | journal.c | 428 int ocfs2_extend_trans(handle_t *handle, int nblocks) in ocfs2_extend_trans() function 481 return ocfs2_extend_trans(handle, nblocks - old_nblks); in ocfs2_assure_trans_credits()
|
| H A D | alloc.c | 1119 status = ocfs2_extend_trans(handle, path_num_items(path)); in ocfs2_adjust_rightmost_branch() 2305 ret = ocfs2_extend_trans(handle, in ocfs2_extend_rotate_transaction() 4187 ret = ocfs2_extend_trans(handle, left_path->p_tree_depth); in ocfs2_insert_path() 5324 ret = ocfs2_extend_trans(handle, credits); in ocfs2_split_tree()
|
| H A D | suballoc.c | 665 status = ocfs2_extend_trans(handle, in ocfs2_block_group_alloc_discontig() 2672 status = ocfs2_extend_trans(handle, in _ocfs2_reclaim_suballoc_to_main()
|
| H A D | ocfs2_trace.h | 2576 DEFINE_OCFS2_INT_INT_EVENT(ocfs2_extend_trans);
|
| H A D | refcounttree.c | 1687 ret = ocfs2_extend_trans(handle, 2); in ocfs2_adjust_refcount_rec()
|