Home
last modified time | relevance | path

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

/fs/ocfs2/
Djournal.h233 int ocfs2_extend_trans(handle_t *handle, int nblocks);
Dxattr.c2524 ret = ocfs2_extend_trans(ctxt->handle, credits + in __ocfs2_xattr_set_handle()
2555 ret = ocfs2_extend_trans(ctxt->handle, credits + in __ocfs2_xattr_set_handle()
2590 ret = ocfs2_extend_trans(ctxt->handle, credits + in __ocfs2_xattr_set_handle()
4067 ret = ocfs2_extend_trans(handle, credits); in ocfs2_mv_xattr_buckets()
4140 ret = ocfs2_extend_trans(handle, credits); in ocfs2_divide_xattr_cluster()
4380 ret = ocfs2_extend_trans(handle, credits); in ocfs2_extend_xattr_bucket()
Dalloc.c2124 return ocfs2_extend_trans(handle, credits); in ocfs2_extend_rotate_transaction()
3967 ret = ocfs2_extend_trans(handle, credits); in ocfs2_insert_path()
5055 ret = ocfs2_extend_trans(handle, credits); in ocfs2_split_tree()
5609 status = ocfs2_extend_trans(handle, in ocfs2_replay_truncate_records()
6063 ret = ocfs2_extend_trans(handle, OCFS2_SUBALLOC_FREE); in ocfs2_free_cached_blocks()
Djournal.c334 int ocfs2_extend_trans(handle_t *handle, int nblocks) in ocfs2_extend_trans() function
Dfile.c644 status = ocfs2_extend_trans(handle, credits); in __ocfs2_extend_allocation()