Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dalloc.h166 struct ocfs2_dinode **tl_copy);
168 struct ocfs2_dinode *tl_copy);
H A Dalloc.c6205 * truncate log does not require processing, a *tl_copy is set to
6209 struct ocfs2_dinode **tl_copy) in ocfs2_begin_truncate_log_recovery() argument
6217 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()
6242 *tl_copy = kmemdup(tl_bh->b_data, tl_bh->b_size, GFP_KERNEL); in ocfs2_begin_truncate_log_recovery()
6243 if (!(*tl_copy)) { in ocfs2_begin_truncate_log_recovery()
6266 kfree(*tl_copy); in ocfs2_begin_truncate_log_recovery()
6267 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()
6275 struct ocfs2_dinode *tl_copy) in ocfs2_complete_truncate_log_recovery() argument
6285 if (OCFS2_I(tl_inode)->ip_blkno == le64_to_cpu(tl_copy->i_blkno)) { in ocfs2_complete_truncate_log_recovery()
6290 tl = &tl_copy in ocfs2_complete_truncate_log_recovery()
[all...]
H A Djournal.c1836 struct ocfs2_dinode *tl_copy = NULL; in ocfs2_recover_node() local
1865 status = ocfs2_begin_truncate_log_recovery(osb, slot_num, &tl_copy); in ocfs2_recover_node()
1875 /* This will kfree the memory pointed to by la_copy and tl_copy */ in ocfs2_recover_node()
1877 tl_copy, NULL, ORPHAN_NEED_TRUNCATE); in ocfs2_recover_node()