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

/linux-master/fs/ocfs2/
H A Djournal.h224 * ocfs2_extend_trans - Extend a handle by nblocks credits. This may
245 int ocfs2_extend_trans(handle_t *handle, int nblocks);
H A Dxattr.c747 status = ocfs2_extend_trans(handle, credits);
1912 * calls ocfs2_extend_trans(). This may commit the previous
3339 ret = ocfs2_extend_trans(ctxt->handle, credits);
3369 ret = ocfs2_extend_trans(ctxt->handle, credits);
3403 ret = ocfs2_extend_trans(ctxt->handle, credits);
4911 ret = ocfs2_extend_trans(handle, credits);
4984 ret = ocfs2_extend_trans(handle, credits);
5218 ret = ocfs2_extend_trans(handle, credits);
H A Djournal.c397 * ocfs2_extend_trans(), any changed blocks should have been
409 int ocfs2_extend_trans(handle_t *handle, int nblocks) function
H A Dalloc.c1118 status = ocfs2_extend_trans(handle, path_num_items(path));
2296 ret = ocfs2_extend_trans(handle,
4179 ret = ocfs2_extend_trans(handle, left_path->p_tree_depth);
5316 ret = ocfs2_extend_trans(handle, credits);
H A Dsuballoc.c592 status = ocfs2_extend_trans(handle,
H A Docfs2_trace.h2578 DEFINE_OCFS2_INT_INT_EVENT(ocfs2_extend_trans); variable
H A Drefcounttree.c1692 ret = ocfs2_extend_trans(handle, 2);

Completed in 321 milliseconds