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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dalloc.h182 struct ocfs2_dinode **tl_copy);
184 struct ocfs2_dinode *tl_copy);
H A Dalloc.c6051 * truncate log does not require processing, a *tl_copy is set to
6055 struct ocfs2_dinode **tl_copy)
6063 *tl_copy = NULL;
6085 *tl_copy = kmalloc(tl_bh->b_size, GFP_KERNEL);
6086 if (!(*tl_copy)) {
6094 memcpy(*tl_copy, tl_bh->b_data, tl_bh->b_size);
6113 if (status < 0 && (*tl_copy)) {
6114 kfree(*tl_copy);
6115 *tl_copy = NULL;
6123 struct ocfs2_dinode *tl_copy)
6053 ocfs2_begin_truncate_log_recovery(struct ocfs2_super *osb, int slot_num, struct ocfs2_dinode **tl_copy) argument
6122 ocfs2_complete_truncate_log_recovery(struct ocfs2_super *osb, struct ocfs2_dinode *tl_copy) argument
[all...]
H A Djournal.c1690 struct ocfs2_dinode *tl_copy = NULL; local
1722 status = ocfs2_begin_truncate_log_recovery(osb, slot_num, &tl_copy);
1732 /* This will kfree the memory pointed to by la_copy and tl_copy */
1734 tl_copy, NULL);

Completed in 91 milliseconds