Searched refs:ocfs2_extend_trans (Results 1 – 5 of 5) sorted by relevance
/fs/ocfs2/ |
D | journal.h | 233 int ocfs2_extend_trans(handle_t *handle, int nblocks);
|
D | xattr.c | 2524 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()
|
D | alloc.c | 2124 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()
|
D | journal.c | 334 int ocfs2_extend_trans(handle_t *handle, int nblocks) in ocfs2_extend_trans() function
|
D | file.c | 644 status = ocfs2_extend_trans(handle, credits); in __ocfs2_extend_allocation()
|