Searched refs:tl_copy (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
H A D | alloc.h | 182 struct ocfs2_dinode **tl_copy); 184 struct ocfs2_dinode *tl_copy);
|
H A D | alloc.c | 6120 * truncate log does not require processing, a *tl_copy is set to 6124 struct ocfs2_dinode **tl_copy) ocfs2_begin_truncate_log_recovery() 6132 *tl_copy = NULL; ocfs2_begin_truncate_log_recovery() 6153 *tl_copy = kmalloc(tl_bh->b_size, GFP_KERNEL); ocfs2_begin_truncate_log_recovery() 6154 if (!(*tl_copy)) { ocfs2_begin_truncate_log_recovery() 6162 memcpy(*tl_copy, tl_bh->b_data, tl_bh->b_size); ocfs2_begin_truncate_log_recovery() 6182 kfree(*tl_copy); ocfs2_begin_truncate_log_recovery() 6183 *tl_copy = NULL; ocfs2_begin_truncate_log_recovery() 6191 struct ocfs2_dinode *tl_copy) ocfs2_complete_truncate_log_recovery() 6201 if (OCFS2_I(tl_inode)->ip_blkno == le64_to_cpu(tl_copy->i_blkno)) { ocfs2_complete_truncate_log_recovery() 6206 tl = &tl_copy->id2.i_dealloc; ocfs2_complete_truncate_log_recovery() 6209 (unsigned long long)le64_to_cpu(tl_copy->i_blkno), ocfs2_complete_truncate_log_recovery() 6122 ocfs2_begin_truncate_log_recovery(struct ocfs2_super *osb, int slot_num, struct ocfs2_dinode **tl_copy) ocfs2_begin_truncate_log_recovery() argument 6190 ocfs2_complete_truncate_log_recovery(struct ocfs2_super *osb, struct ocfs2_dinode *tl_copy) ocfs2_complete_truncate_log_recovery() argument
|
H A D | journal.c | 1715 struct ocfs2_dinode *tl_copy = NULL; ocfs2_recover_node() local 1744 status = ocfs2_begin_truncate_log_recovery(osb, slot_num, &tl_copy); ocfs2_recover_node() 1754 /* This will kfree the memory pointed to by la_copy and tl_copy */ ocfs2_recover_node() 1756 tl_copy, NULL, ORPHAN_NEED_TRUNCATE); ocfs2_recover_node()
|
Completed in 164 milliseconds