Home
last modified time | relevance | path

Searched refs:ocfs2_extend_trans (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/fs/ocfs2/
Djournal.h245 int ocfs2_extend_trans(handle_t *handle, int nblocks);
Dxattr.c747 status = ocfs2_extend_trans(handle, credits); in ocfs2_xattr_extend_allocation()
3347 ret = ocfs2_extend_trans(ctxt->handle, credits); in __ocfs2_xattr_set_handle()
3377 ret = ocfs2_extend_trans(ctxt->handle, credits); in __ocfs2_xattr_set_handle()
3411 ret = ocfs2_extend_trans(ctxt->handle, credits); in __ocfs2_xattr_set_handle()
4910 ret = ocfs2_extend_trans(handle, credits); in ocfs2_mv_xattr_buckets()
4983 ret = ocfs2_extend_trans(handle, credits); in ocfs2_divide_xattr_cluster()
5217 ret = ocfs2_extend_trans(handle, credits); in ocfs2_extend_xattr_bucket()
Djournal.c409 int ocfs2_extend_trans(handle_t *handle, int nblocks) in ocfs2_extend_trans() function
462 return ocfs2_extend_trans(handle, nblocks - old_nblks); in ocfs2_assure_trans_credits()
Dalloc.c1118 status = ocfs2_extend_trans(handle, path_num_items(path)); in ocfs2_adjust_rightmost_branch()
2296 ret = ocfs2_extend_trans(handle, in ocfs2_extend_rotate_transaction()
4179 ret = ocfs2_extend_trans(handle, left_path->p_tree_depth); in ocfs2_insert_path()
5316 ret = ocfs2_extend_trans(handle, credits); in ocfs2_split_tree()
Docfs2_trace.h2578 DEFINE_OCFS2_INT_INT_EVENT(ocfs2_extend_trans);
Dsuballoc.c596 status = ocfs2_extend_trans(handle, in ocfs2_block_group_alloc_discontig()
Drefcounttree.c1686 ret = ocfs2_extend_trans(handle, 2); in ocfs2_adjust_refcount_rec()