Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ocfs2/
Dalloc.h166 struct ocfs2_dinode **tl_copy);
168 struct ocfs2_dinode *tl_copy);
Dalloc.c6177 struct ocfs2_dinode **tl_copy) in ocfs2_begin_truncate_log_recovery() argument
6185 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()
6210 *tl_copy = kmemdup(tl_bh->b_data, tl_bh->b_size, GFP_KERNEL); in ocfs2_begin_truncate_log_recovery()
6211 if (!(*tl_copy)) { in ocfs2_begin_truncate_log_recovery()
6234 kfree(*tl_copy); in ocfs2_begin_truncate_log_recovery()
6235 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()
6243 struct ocfs2_dinode *tl_copy) in ocfs2_complete_truncate_log_recovery() argument
6253 if (OCFS2_I(tl_inode)->ip_blkno == le64_to_cpu(tl_copy->i_blkno)) { in ocfs2_complete_truncate_log_recovery()
6258 tl = &tl_copy->id2.i_dealloc; in ocfs2_complete_truncate_log_recovery()
6261 (unsigned long long)le64_to_cpu(tl_copy->i_blkno), in ocfs2_complete_truncate_log_recovery()
Djournal.c1725 struct ocfs2_dinode *tl_copy = NULL; in ocfs2_recover_node() local
1754 status = ocfs2_begin_truncate_log_recovery(osb, slot_num, &tl_copy); in ocfs2_recover_node()
1766 tl_copy, NULL, ORPHAN_NEED_TRUNCATE); in ocfs2_recover_node()