Searched refs:alloc_copy (Results 1 – 2 of 2) sorted by relevance
375 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_shutdown_local_alloc() local 427 alloc_copy = kmemdup(alloc, bh->b_size, GFP_NOFS); in ocfs2_shutdown_local_alloc() 428 if (!alloc_copy) { in ocfs2_shutdown_local_alloc() 447 status = ocfs2_sync_local_to_main(osb, handle, alloc_copy, in ocfs2_shutdown_local_alloc() 467 kfree(alloc_copy); in ocfs2_shutdown_local_alloc() 479 struct ocfs2_dinode **alloc_copy) in ocfs2_begin_local_alloc_recovery() argument 488 *alloc_copy = NULL; in ocfs2_begin_local_alloc_recovery() 508 *alloc_copy = kmalloc(alloc_bh->b_size, GFP_KERNEL); in ocfs2_begin_local_alloc_recovery() 509 if (!(*alloc_copy)) { in ocfs2_begin_local_alloc_recovery() 513 memcpy((*alloc_copy), alloc_b in ocfs2_begin_local_alloc_recovery() 1238 struct ocfs2_dinode *alloc_copy = NULL; ocfs2_local_alloc_slide_window() local [all...]
22 struct ocfs2_dinode **alloc_copy);