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.c225 if ((le16_to_cpu(gd->bg_chain) > in ocfs2_validate_gd_parent()
227 ((le16_to_cpu(gd->bg_chain) == in ocfs2_validate_gd_parent()
231 le16_to_cpu(gd->bg_chain)); in ocfs2_validate_gd_parent()
379 bg->bg_chain = cpu_to_le16(my_chain); in ocfs2_block_group_fill()
721 alloc_rec = le16_to_cpu(bg->bg_chain); in ocfs2_block_group_alloc()
1763 le16_to_cpu(gd->bg_chain)); in ocfs2_search_one_group()
1775 le16_to_cpu(gd->bg_chain)); in ocfs2_search_one_group()
2206 chain = le16_to_cpu(bg->bg_chain); in ocfs2_claim_new_inode_at_loc()
2580 le32_add_cpu(&cl->cl_recs[le16_to_cpu(group->bg_chain)].c_free, in _ocfs2_free_suballoc_bits()
H A Dmove_extents.c681 le16_to_cpu(gd->bg_chain)); in ocfs2_move_extent()
691 le16_to_cpu(gd->bg_chain)); in ocfs2_move_extent()
H A Docfs2_fs.h884 __le16 bg_chain; /* What chain I am in. */ member