Lines Matching refs:tl_copy
6175 * truncate log does not require processing, a *tl_copy is set to
6179 struct ocfs2_dinode **tl_copy)
6187 *tl_copy = NULL;
6212 *tl_copy = kmemdup(tl_bh->b_data, tl_bh->b_size, GFP_KERNEL);
6213 if (!(*tl_copy)) {
6236 kfree(*tl_copy);
6237 *tl_copy = NULL;
6245 struct ocfs2_dinode *tl_copy)
6255 if (OCFS2_I(tl_inode)->ip_blkno == le64_to_cpu(tl_copy->i_blkno)) {
6260 tl = &tl_copy->id2.i_dealloc;
6263 (unsigned long long)le64_to_cpu(tl_copy->i_blkno),