Home
last modified time | relevance | path

Searched refs:alloc_copy (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dlocalalloc.c376 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_shutdown_local_alloc() local
428 alloc_copy = kmemdup(alloc, bh->b_size, GFP_NOFS); in ocfs2_shutdown_local_alloc()
429 if (!alloc_copy) { in ocfs2_shutdown_local_alloc()
448 status = ocfs2_sync_local_to_main(osb, handle, alloc_copy, in ocfs2_shutdown_local_alloc()
468 kfree(alloc_copy); in ocfs2_shutdown_local_alloc()
480 struct ocfs2_dinode **alloc_copy) in ocfs2_begin_local_alloc_recovery()
489 *alloc_copy = NULL; in ocfs2_begin_local_alloc_recovery()
509 *alloc_copy = kmalloc(alloc_bh->b_size, GFP_KERNEL); in ocfs2_begin_local_alloc_recovery()
510 if (!(*alloc_copy)) { in ocfs2_begin_local_alloc_recovery()
514 memcpy((*alloc_copy), alloc_b in ocfs2_begin_local_alloc_recovery()
478 ocfs2_begin_local_alloc_recovery(struct ocfs2_super *osb, int slot_num, struct ocfs2_dinode **alloc_copy) ocfs2_begin_local_alloc_recovery() argument
1244 struct ocfs2_dinode *alloc_copy = NULL; ocfs2_local_alloc_slide_window() local
[all...]
H A Dlocalalloc.h24 struct ocfs2_dinode **alloc_copy);
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dlocalalloc.c374 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_shutdown_local_alloc() local
426 alloc_copy = kmemdup(alloc, bh->b_size, GFP_NOFS); in ocfs2_shutdown_local_alloc()
427 if (!alloc_copy) { in ocfs2_shutdown_local_alloc()
446 status = ocfs2_sync_local_to_main(osb, handle, alloc_copy, in ocfs2_shutdown_local_alloc()
466 kfree(alloc_copy); in ocfs2_shutdown_local_alloc()
478 struct ocfs2_dinode **alloc_copy) in ocfs2_begin_local_alloc_recovery()
487 *alloc_copy = NULL; in ocfs2_begin_local_alloc_recovery()
507 *alloc_copy = kmalloc(alloc_bh->b_size, GFP_KERNEL); in ocfs2_begin_local_alloc_recovery()
508 if (!(*alloc_copy)) { in ocfs2_begin_local_alloc_recovery()
512 memcpy((*alloc_copy), alloc_b in ocfs2_begin_local_alloc_recovery()
476 ocfs2_begin_local_alloc_recovery(struct ocfs2_super *osb, int slot_num, struct ocfs2_dinode **alloc_copy) ocfs2_begin_local_alloc_recovery() argument
1242 struct ocfs2_dinode *alloc_copy = NULL; ocfs2_local_alloc_slide_window() local
[all...]
H A Dlocalalloc.h22 struct ocfs2_dinode **alloc_copy);

Completed in 3 milliseconds