Home
last modified time | relevance | path

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

/linux/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.c381 bg->bg_next_group = cl->cl_recs[my_chain].c_blkno; in ocfs2_block_group_fill()
1483 bg_ptr = le64_to_cpu(bg->bg_next_group); in ocfs2_relink_block_group()
1484 prev_bg_ptr = le64_to_cpu(prev_bg->bg_next_group); in ocfs2_relink_block_group()
1492 prev_bg->bg_next_group = bg->bg_next_group; in ocfs2_relink_block_group()
1500 bg->bg_next_group = fe->id2.i_chain.cl_recs[chain].c_blkno; in ocfs2_relink_block_group()
1517 bg->bg_next_group = cpu_to_le64(bg_ptr); in ocfs2_relink_block_group()
1519 prev_bg->bg_next_group = cpu_to_le64(prev_bg_ptr); in ocfs2_relink_block_group()
1841 if (!bg->bg_next_group) in ocfs2_search_chain()
1847 next_group = le64_to_cpu(bg->bg_next_group); in ocfs2_search_chain()
H A Dioctl.c455 blkno = le64_to_cpu(bg->bg_next_group); in ocfs2_info_freefrag_scan_chain()
526 } while (le64_to_cpu(bg->bg_next_group)); in ocfs2_info_freefrag_scan_chain()
H A Dmove_extents.c427 blkno = le64_to_cpu(bg->bg_next_group); in ocfs2_find_victim_alloc_group()
455 } while (le64_to_cpu(bg->bg_next_group)); in ocfs2_find_victim_alloc_group()
H A Docfs2_fs.h892 __le64 bg_next_group; /* Next group in my list, in member