Home
last modified time | relevance | path

Searched refs:tl_copy (Results 1 – 3 of 3) sorted by relevance

/fs/ocfs2/
Dalloc.h168 struct ocfs2_dinode **tl_copy);
170 struct ocfs2_dinode *tl_copy);
Dalloc.c6180 struct ocfs2_dinode **tl_copy) in ocfs2_begin_truncate_log_recovery() argument
6188 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()
6213 *tl_copy = kmemdup(tl_bh->b_data, tl_bh->b_size, GFP_KERNEL); in ocfs2_begin_truncate_log_recovery()
6214 if (!(*tl_copy)) { in ocfs2_begin_truncate_log_recovery()
6237 kfree(*tl_copy); in ocfs2_begin_truncate_log_recovery()
6238 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()
6246 struct ocfs2_dinode *tl_copy) in ocfs2_complete_truncate_log_recovery() argument
6256 if (OCFS2_I(tl_inode)->ip_blkno == le64_to_cpu(tl_copy->i_blkno)) { in ocfs2_complete_truncate_log_recovery()
6261 tl = &tl_copy->id2.i_dealloc; in ocfs2_complete_truncate_log_recovery()
6264 (unsigned long long)le64_to_cpu(tl_copy->i_blkno), in ocfs2_complete_truncate_log_recovery()
Djournal.c1723 struct ocfs2_dinode *tl_copy = NULL; in ocfs2_recover_node() local
1752 status = ocfs2_begin_truncate_log_recovery(osb, slot_num, &tl_copy); in ocfs2_recover_node()
1764 tl_copy, NULL, ORPHAN_NEED_TRUNCATE); in ocfs2_recover_node()