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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Djournal.h239 * ocfs2_extend_trans - Extend a handle by nblocks credits. This may
260 int ocfs2_extend_trans(handle_t *handle, int nblocks);
H A Dalloc.c1129 status = ocfs2_extend_trans(handle, path_num_items(path));
2295 ret = ocfs2_extend_trans(handle,
2542 ret = ocfs2_extend_trans(handle, subtree_index);
4135 ret = ocfs2_extend_trans(handle, left_path->p_tree_depth);
5224 ret = ocfs2_extend_trans(handle, credits);
5861 status = ocfs2_extend_trans(handle,
6319 ret = ocfs2_extend_trans(handle, OCFS2_SUBALLOC_FREE);
H A Dxattr.c762 status = ocfs2_extend_trans(handle, credits);
1896 * calls ocfs2_extend_trans(). This may commit the previous
3319 ret = ocfs2_extend_trans(ctxt->handle, credits);
3349 ret = ocfs2_extend_trans(ctxt->handle, credits);
3383 ret = ocfs2_extend_trans(ctxt->handle, credits);
4886 ret = ocfs2_extend_trans(handle, credits);
4959 ret = ocfs2_extend_trans(handle, credits);
5196 ret = ocfs2_extend_trans(handle, credits);
H A Djournal.c406 * ocfs2_extend_trans(), any changed blocks should have been
418 int ocfs2_extend_trans(handle_t *handle, int nblocks) function
H A Dfile.c691 status = ocfs2_extend_trans(handle, credits);
H A Dsuballoc.c633 status = ocfs2_extend_trans(handle,
H A Drefcounttree.c1689 ret = ocfs2_extend_trans(handle, 2);

Completed in 317 milliseconds