Home
last modified time | relevance | path

Searched refs:bg_next_group (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/ocfs2/
Dresize.c545 bg_ptr = le64_to_cpu(group->bg_next_group); in ocfs2_group_add()
546 group->bg_next_group = cr->c_blkno; in ocfs2_group_add()
552 group->bg_next_group = cpu_to_le64(bg_ptr); in ocfs2_group_add()
Dsuballoc.c394 bg->bg_next_group = cl->cl_recs[my_chain].c_blkno; in ocfs2_block_group_fill()
1416 bg_ptr = le64_to_cpu(bg->bg_next_group); in ocfs2_relink_block_group()
1417 prev_bg_ptr = le64_to_cpu(prev_bg->bg_next_group); in ocfs2_relink_block_group()
1425 prev_bg->bg_next_group = bg->bg_next_group; in ocfs2_relink_block_group()
1433 bg->bg_next_group = fe->id2.i_chain.cl_recs[chain].c_blkno; in ocfs2_relink_block_group()
1450 bg->bg_next_group = cpu_to_le64(bg_ptr); in ocfs2_relink_block_group()
1452 prev_bg->bg_next_group = cpu_to_le64(prev_bg_ptr); in ocfs2_relink_block_group()
1763 if (!bg->bg_next_group) in ocfs2_search_chain()
1769 next_group = le64_to_cpu(bg->bg_next_group); in ocfs2_search_chain()
2612 (unsigned long long)bg->bg_next_group); in ocfs2_debug_bg()
Dmove_extents.c423 blkno = le64_to_cpu(bg->bg_next_group); in ocfs2_find_victim_alloc_group()
451 } while (le64_to_cpu(bg->bg_next_group)); in ocfs2_find_victim_alloc_group()
Dioctl.c458 blkno = le64_to_cpu(bg->bg_next_group); in ocfs2_info_freefrag_scan_chain()
529 } while (le64_to_cpu(bg->bg_next_group)); in ocfs2_info_freefrag_scan_chain()
Docfs2_fs.h929 __le64 bg_next_group; /* Next group in my list, in member