Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Dalloc.h182 struct ocfs2_dinode **tl_copy);
184 struct ocfs2_dinode *tl_copy);
Dalloc.c6124 struct ocfs2_dinode **tl_copy) in ocfs2_begin_truncate_log_recovery() argument
6132 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()
6153 *tl_copy = kmalloc(tl_bh->b_size, GFP_KERNEL); in ocfs2_begin_truncate_log_recovery()
6154 if (!(*tl_copy)) { in ocfs2_begin_truncate_log_recovery()
6162 memcpy(*tl_copy, tl_bh->b_data, tl_bh->b_size); in ocfs2_begin_truncate_log_recovery()
6182 kfree(*tl_copy); in ocfs2_begin_truncate_log_recovery()
6183 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()
6191 struct ocfs2_dinode *tl_copy) in ocfs2_complete_truncate_log_recovery() argument
6201 if (OCFS2_I(tl_inode)->ip_blkno == le64_to_cpu(tl_copy->i_blkno)) { in ocfs2_complete_truncate_log_recovery()
6206 tl = &tl_copy->id2.i_dealloc; in ocfs2_complete_truncate_log_recovery()
[all …]
Djournal.c1715 struct ocfs2_dinode *tl_copy = NULL; in ocfs2_recover_node() local
1744 status = ocfs2_begin_truncate_log_recovery(osb, slot_num, &tl_copy); in ocfs2_recover_node()
1756 tl_copy, NULL, ORPHAN_NEED_TRUNCATE); in ocfs2_recover_node()