Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Dresize.c531 bg_ptr = le64_to_cpu(group->bg_next_group); in ocfs2_group_add()
532 group->bg_next_group = cr->c_blkno; in ocfs2_group_add()
538 group->bg_next_group = cpu_to_le64(bg_ptr); in ocfs2_group_add()
Dsuballoc.c378 bg->bg_next_group = cl->cl_recs[my_chain].c_blkno; in ocfs2_block_group_fill()
1425 bg_ptr = le64_to_cpu(bg->bg_next_group); in ocfs2_relink_block_group()
1426 prev_bg_ptr = le64_to_cpu(prev_bg->bg_next_group); in ocfs2_relink_block_group()
1434 prev_bg->bg_next_group = bg->bg_next_group; in ocfs2_relink_block_group()
1442 bg->bg_next_group = fe->id2.i_chain.cl_recs[chain].c_blkno; in ocfs2_relink_block_group()
1459 bg->bg_next_group = cpu_to_le64(bg_ptr); in ocfs2_relink_block_group()
1461 prev_bg->bg_next_group = cpu_to_le64(prev_bg_ptr); in ocfs2_relink_block_group()
1772 if (!bg->bg_next_group) in ocfs2_search_chain()
1778 next_group = le64_to_cpu(bg->bg_next_group); in ocfs2_search_chain()
Dioctl.c452 blkno = le64_to_cpu(bg->bg_next_group); in ocfs2_info_freefrag_scan_chain()
523 } while (le64_to_cpu(bg->bg_next_group)); in ocfs2_info_freefrag_scan_chain()
Dmove_extents.c433 blkno = le64_to_cpu(bg->bg_next_group); in ocfs2_find_victim_alloc_group()
461 } while (le64_to_cpu(bg->bg_next_group)); in ocfs2_find_victim_alloc_group()
Docfs2_fs.h889 __le64 bg_next_group; /* Next group in my list, in member