Home
last modified time | relevance | path

Searched refs:alloc_copy (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dlocalalloc.c390 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_shutdown_local_alloc() local
442 alloc_copy = kmalloc(bh->b_size, GFP_NOFS); in ocfs2_shutdown_local_alloc()
443 if (!alloc_copy) { in ocfs2_shutdown_local_alloc()
447 memcpy(alloc_copy, alloc, bh->b_size); in ocfs2_shutdown_local_alloc()
463 status = ocfs2_sync_local_to_main(osb, handle, alloc_copy, in ocfs2_shutdown_local_alloc()
483 kfree(alloc_copy); in ocfs2_shutdown_local_alloc()
495 struct ocfs2_dinode **alloc_copy) in ocfs2_begin_local_alloc_recovery() argument
504 *alloc_copy = NULL; in ocfs2_begin_local_alloc_recovery()
524 *alloc_copy = kmalloc(alloc_bh->b_size, GFP_KERNEL); in ocfs2_begin_local_alloc_recovery()
525 if (!(*alloc_copy)) { in ocfs2_begin_local_alloc_recovery()
[all …]
Dlocalalloc.h38 struct ocfs2_dinode **alloc_copy);