Searched refs:tl_copy (Results 1 – 3 of 3) sorted by relevance
182 struct ocfs2_dinode **tl_copy);184 struct ocfs2_dinode *tl_copy);
6106 struct ocfs2_dinode **tl_copy) in ocfs2_begin_truncate_log_recovery() argument6114 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()6135 *tl_copy = kmalloc(tl_bh->b_size, GFP_KERNEL); in ocfs2_begin_truncate_log_recovery()6136 if (!(*tl_copy)) { in ocfs2_begin_truncate_log_recovery()6144 memcpy(*tl_copy, tl_bh->b_data, tl_bh->b_size); in ocfs2_begin_truncate_log_recovery()6163 if (status < 0 && (*tl_copy)) { in ocfs2_begin_truncate_log_recovery()6164 kfree(*tl_copy); in ocfs2_begin_truncate_log_recovery()6165 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()6173 struct ocfs2_dinode *tl_copy) in ocfs2_complete_truncate_log_recovery() argument6183 if (OCFS2_I(tl_inode)->ip_blkno == le64_to_cpu(tl_copy->i_blkno)) { in ocfs2_complete_truncate_log_recovery()[all …]
1688 struct ocfs2_dinode *tl_copy = NULL; in ocfs2_recover_node() local1717 status = ocfs2_begin_truncate_log_recovery(osb, slot_num, &tl_copy); in ocfs2_recover_node()1729 tl_copy, NULL, ORPHAN_NEED_TRUNCATE); in ocfs2_recover_node()