Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Dresize.c537 bg_ptr = le64_to_cpu(group->bg_next_group); in ocfs2_group_add()
538 group->bg_next_group = cr->c_blkno; in ocfs2_group_add()
544 group->bg_next_group = cpu_to_le64(bg_ptr); in ocfs2_group_add()
H A Dsuballoc.c380 bg->bg_next_group = cl->cl_recs[my_chain].c_blkno; in ocfs2_block_group_fill()
1482 bg_ptr = le64_to_cpu(bg->bg_next_group); in ocfs2_relink_block_group()
1483 prev_bg_ptr = le64_to_cpu(prev_bg->bg_next_group); in ocfs2_relink_block_group()
1491 prev_bg->bg_next_group = bg->bg_next_group; in ocfs2_relink_block_group()
1499 bg->bg_next_group = fe->id2.i_chain.cl_recs[chain].c_blkno; in ocfs2_relink_block_group()
1516 bg->bg_next_group = cpu_to_le64(bg_ptr); in ocfs2_relink_block_group()
1518 prev_bg->bg_next_group = cpu_to_le64(prev_bg_ptr); in ocfs2_relink_block_group()
1840 if (!bg->bg_next_group) in ocfs2_search_chain()
1846 next_group = le64_to_cpu(bg->bg_next_group); in ocfs2_search_chain()
H A Dmove_extents.c421 blkno = le64_to_cpu(bg->bg_next_group); in ocfs2_find_victim_alloc_group()
449 } while (le64_to_cpu(bg->bg_next_group)); in ocfs2_find_victim_alloc_group()
H A Dioctl.c457 blkno = le64_to_cpu(bg->bg_next_group); in ocfs2_info_freefrag_scan_chain()
528 } while (le64_to_cpu(bg->bg_next_group)); in ocfs2_info_freefrag_scan_chain()
H A Docfs2_fs.h888 __le64 bg_next_group; /* Next group in my list, in member