Searched refs:ocfs2_extend_trans (Results 1 – 8 of 8) sorted by relevance
/fs/ocfs2/ |
D | journal.h | 261 int ocfs2_extend_trans(handle_t *handle, int nblocks);
|
D | alloc.c | 1124 status = ocfs2_extend_trans(handle, path_num_items(path)); in ocfs2_adjust_rightmost_branch() 2287 ret = ocfs2_extend_trans(handle, in ocfs2_extend_rotate_transaction() 2538 ret = ocfs2_extend_trans(handle, subtree_index); in ocfs2_update_edge_lengths() 4140 ret = ocfs2_extend_trans(handle, left_path->p_tree_depth); in ocfs2_insert_path() 5256 ret = ocfs2_extend_trans(handle, credits); in ocfs2_split_tree() 5891 status = ocfs2_extend_trans(handle, in ocfs2_replay_truncate_records() 6334 ret = ocfs2_extend_trans(handle, OCFS2_SUBALLOC_FREE); in ocfs2_free_cached_blocks()
|
D | xattr.c | 759 status = ocfs2_extend_trans(handle, credits); in ocfs2_xattr_extend_allocation() 3322 ret = ocfs2_extend_trans(ctxt->handle, credits); in __ocfs2_xattr_set_handle() 3352 ret = ocfs2_extend_trans(ctxt->handle, credits); in __ocfs2_xattr_set_handle() 3386 ret = ocfs2_extend_trans(ctxt->handle, credits); in __ocfs2_xattr_set_handle() 4897 ret = ocfs2_extend_trans(handle, credits); in ocfs2_mv_xattr_buckets() 4970 ret = ocfs2_extend_trans(handle, credits); in ocfs2_divide_xattr_cluster() 5204 ret = ocfs2_extend_trans(handle, credits); in ocfs2_extend_xattr_bucket()
|
D | journal.c | 414 int ocfs2_extend_trans(handle_t *handle, int nblocks) in ocfs2_extend_trans() function
|
D | file.c | 678 status = ocfs2_extend_trans(handle, credits); in __ocfs2_extend_allocation()
|
D | suballoc.c | 632 status = ocfs2_extend_trans(handle, in ocfs2_block_group_alloc_discontig()
|
D | ocfs2_trace.h | 2578 DEFINE_OCFS2_INT_INT_EVENT(ocfs2_extend_trans);
|
D | refcounttree.c | 1702 ret = ocfs2_extend_trans(handle, 2); in ocfs2_adjust_refcount_rec()
|