tl_copy          6180 fs/ocfs2/alloc.c 				      struct ocfs2_dinode **tl_copy)
tl_copy          6188 fs/ocfs2/alloc.c 	*tl_copy = NULL;
tl_copy          6213 fs/ocfs2/alloc.c 		*tl_copy = kmemdup(tl_bh->b_data, tl_bh->b_size, GFP_KERNEL);
tl_copy          6214 fs/ocfs2/alloc.c 		if (!(*tl_copy)) {
tl_copy          6237 fs/ocfs2/alloc.c 		kfree(*tl_copy);
tl_copy          6238 fs/ocfs2/alloc.c 		*tl_copy = NULL;
tl_copy          6246 fs/ocfs2/alloc.c 					 struct ocfs2_dinode *tl_copy)
tl_copy          6256 fs/ocfs2/alloc.c 	if (OCFS2_I(tl_inode)->ip_blkno == le64_to_cpu(tl_copy->i_blkno)) {
tl_copy          6261 fs/ocfs2/alloc.c 	tl = &tl_copy->id2.i_dealloc;
tl_copy          6264 fs/ocfs2/alloc.c 		(unsigned long long)le64_to_cpu(tl_copy->i_blkno),
tl_copy           168 fs/ocfs2/alloc.h 				      struct ocfs2_dinode **tl_copy);
tl_copy           170 fs/ocfs2/alloc.h 					 struct ocfs2_dinode *tl_copy);
tl_copy          1723 fs/ocfs2/journal.c 	struct ocfs2_dinode *tl_copy = NULL;
tl_copy          1752 fs/ocfs2/journal.c 	status = ocfs2_begin_truncate_log_recovery(osb, slot_num, &tl_copy);
tl_copy          1764 fs/ocfs2/journal.c 					tl_copy, NULL, ORPHAN_NEED_TRUNCATE);