Home
last modified time | relevance | path

Searched refs:tl_copy (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.h168 struct ocfs2_dinode **tl_copy);
170 struct ocfs2_dinode *tl_copy);
H A Djournal.c1727 struct ocfs2_dinode *tl_copy = NULL; in ocfs2_recover_node() local
1756 status = ocfs2_begin_truncate_log_recovery(osb, slot_num, &tl_copy); in ocfs2_recover_node()
1766 /* This will kfree the memory pointed to by la_copy and tl_copy */ in ocfs2_recover_node()
1768 tl_copy, NULL, ORPHAN_NEED_TRUNCATE); in ocfs2_recover_node()
H A Dalloc.c6175 * truncate log does not require processing, a *tl_copy is set to
6179 struct ocfs2_dinode **tl_copy) in ocfs2_begin_truncate_log_recovery()
6187 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()
6212 *tl_copy = kmemdup(tl_bh->b_data, tl_bh->b_size, GFP_KERNEL); in ocfs2_begin_truncate_log_recovery()
6213 if (!(*tl_copy)) { in ocfs2_begin_truncate_log_recovery()
6236 kfree(*tl_copy); in ocfs2_begin_truncate_log_recovery()
6237 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()
6245 struct ocfs2_dinode *tl_copy) in ocfs2_complete_truncate_log_recovery()
6255 if (OCFS2_I(tl_inode)->ip_blkno == le64_to_cpu(tl_copy->i_blkno)) { in ocfs2_complete_truncate_log_recovery()
6260 tl = &tl_copy in ocfs2_complete_truncate_log_recovery()
6177 ocfs2_begin_truncate_log_recovery(struct ocfs2_super *osb, int slot_num, struct ocfs2_dinode **tl_copy) ocfs2_begin_truncate_log_recovery() argument
6244 ocfs2_complete_truncate_log_recovery(struct ocfs2_super *osb, struct ocfs2_dinode *tl_copy) ocfs2_complete_truncate_log_recovery() argument
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.h166 struct ocfs2_dinode **tl_copy);
168 struct ocfs2_dinode *tl_copy);
H A Djournal.c1760 struct ocfs2_dinode *tl_copy = NULL; in ocfs2_recover_node() local
1789 status = ocfs2_begin_truncate_log_recovery(osb, slot_num, &tl_copy); in ocfs2_recover_node()
1799 /* This will kfree the memory pointed to by la_copy and tl_copy */ in ocfs2_recover_node()
1801 tl_copy, NULL, ORPHAN_NEED_TRUNCATE); in ocfs2_recover_node()
H A Dalloc.c6175 * truncate log does not require processing, a *tl_copy is set to
6179 struct ocfs2_dinode **tl_copy) in ocfs2_begin_truncate_log_recovery()
6187 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()
6212 *tl_copy = kmemdup(tl_bh->b_data, tl_bh->b_size, GFP_KERNEL); in ocfs2_begin_truncate_log_recovery()
6213 if (!(*tl_copy)) { in ocfs2_begin_truncate_log_recovery()
6236 kfree(*tl_copy); in ocfs2_begin_truncate_log_recovery()
6237 *tl_copy = NULL; in ocfs2_begin_truncate_log_recovery()
6245 struct ocfs2_dinode *tl_copy) in ocfs2_complete_truncate_log_recovery()
6255 if (OCFS2_I(tl_inode)->ip_blkno == le64_to_cpu(tl_copy->i_blkno)) { in ocfs2_complete_truncate_log_recovery()
6260 tl = &tl_copy in ocfs2_complete_truncate_log_recovery()
6177 ocfs2_begin_truncate_log_recovery(struct ocfs2_super *osb, int slot_num, struct ocfs2_dinode **tl_copy) ocfs2_begin_truncate_log_recovery() argument
6244 ocfs2_complete_truncate_log_recovery(struct ocfs2_super *osb, struct ocfs2_dinode *tl_copy) ocfs2_complete_truncate_log_recovery() argument
[all...]

Completed in 21 milliseconds