Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
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()
Dsuballoc.c380 bg->bg_next_group = cl->cl_recs[my_chain].c_blkno; in ocfs2_block_group_fill()
1480 bg_ptr = le64_to_cpu(bg->bg_next_group); in ocfs2_relink_block_group()
1481 prev_bg_ptr = le64_to_cpu(prev_bg->bg_next_group); in ocfs2_relink_block_group()
1489 prev_bg->bg_next_group = bg->bg_next_group; in ocfs2_relink_block_group()
1497 bg->bg_next_group = fe->id2.i_chain.cl_recs[chain].c_blkno; in ocfs2_relink_block_group()
1514 bg->bg_next_group = cpu_to_le64(bg_ptr); in ocfs2_relink_block_group()
1516 prev_bg->bg_next_group = cpu_to_le64(prev_bg_ptr); in ocfs2_relink_block_group()
1826 if (!bg->bg_next_group) in ocfs2_search_chain()
1832 next_group = le64_to_cpu(bg->bg_next_group); in ocfs2_search_chain()
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()
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()
Docfs2_fs.h888 __le64 bg_next_group; /* Next group in my list, in member