Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Dalloc.h166 struct ocfs2_dinode **tl_copy);
168 struct ocfs2_dinode *tl_copy);
Dalloc.c6186 struct ocfs2_dinode **tl_copy) in ocfs2_begin_truncate_log_recovery() argument
6194 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()
6219 *tl_copy = kmemdup(tl_bh->b_data, tl_bh->b_size, GFP_KERNEL); in ocfs2_begin_truncate_log_recovery()
6220 if (!(*tl_copy)) { in ocfs2_begin_truncate_log_recovery()
6243 kfree(*tl_copy); in ocfs2_begin_truncate_log_recovery()
6244 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()
6252 struct ocfs2_dinode *tl_copy) in ocfs2_complete_truncate_log_recovery() argument
6262 if (OCFS2_I(tl_inode)->ip_blkno == le64_to_cpu(tl_copy->i_blkno)) { in ocfs2_complete_truncate_log_recovery()
6267 tl = &tl_copy->id2.i_dealloc; in ocfs2_complete_truncate_log_recovery()
6270 (unsigned long long)le64_to_cpu(tl_copy->i_blkno), in ocfs2_complete_truncate_log_recovery()
Djournal.c1800 struct ocfs2_dinode *tl_copy = NULL; in ocfs2_recover_node() local
1829 status = ocfs2_begin_truncate_log_recovery(osb, slot_num, &tl_copy); in ocfs2_recover_node()
1841 tl_copy, NULL, ORPHAN_NEED_TRUNCATE); in ocfs2_recover_node()