Home
last modified time | relevance | path

Searched refs:bg_chain (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ocfs2/
H A Dresize.c142 chain = le16_to_cpu(group->bg_chain); in ocfs2_update_last_group_and_inode()
392 if (le16_to_cpu(gd->bg_chain) != input->chain) in ocfs2_check_new_group()
396 le16_to_cpu(gd->bg_chain), input->chain); in ocfs2_check_new_group()
H A Dsuballoc.c226 if ((le16_to_cpu(gd->bg_chain) > in ocfs2_validate_gd_parent()
228 ((le16_to_cpu(gd->bg_chain) == in ocfs2_validate_gd_parent()
232 le16_to_cpu(gd->bg_chain)); in ocfs2_validate_gd_parent()
380 bg->bg_chain = cpu_to_le16(my_chain); in ocfs2_block_group_fill()
724 alloc_rec = le16_to_cpu(bg->bg_chain); in ocfs2_block_group_alloc()
1766 le16_to_cpu(gd->bg_chain)); in ocfs2_search_one_group()
1778 le16_to_cpu(gd->bg_chain)); in ocfs2_search_one_group()
2242 chain = le16_to_cpu(bg->bg_chain); in ocfs2_claim_new_inode_at_loc()
2617 le32_add_cpu(&cl->cl_recs[le16_to_cpu(group->bg_chain)].c_free, in _ocfs2_free_suballoc_bits()
H A Dmove_extents.c687 le16_to_cpu(gd->bg_chain)); in ocfs2_move_extent()
697 le16_to_cpu(gd->bg_chain)); in ocfs2_move_extent()
H A Docfs2_fs.h888 __le16 bg_chain; /* What chain I am in. */ member