Home
last modified time | relevance | path

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

/fs/ocfs2/
Dresize.c142 chain = le16_to_cpu(group->bg_chain); in ocfs2_update_last_group_and_inode()
391 if (le16_to_cpu(gd->bg_chain) != input->chain) in ocfs2_check_new_group()
395 le16_to_cpu(gd->bg_chain), input->chain); in ocfs2_check_new_group()
Dsuballoc.c253 if ((le16_to_cpu(gd->bg_chain) > in ocfs2_validate_gd_parent()
255 ((le16_to_cpu(gd->bg_chain) == in ocfs2_validate_gd_parent()
259 le16_to_cpu(gd->bg_chain)); in ocfs2_validate_gd_parent()
409 bg->bg_chain = cpu_to_le16(my_chain); in ocfs2_block_group_fill()
751 alloc_rec = le16_to_cpu(bg->bg_chain); in ocfs2_block_group_alloc()
1718 le16_to_cpu(gd->bg_chain)); in ocfs2_search_one_group()
1729 le16_to_cpu(gd->bg_chain)); in ocfs2_search_one_group()
2157 chain = le16_to_cpu(bg->bg_chain); in ocfs2_claim_new_inode_at_loc()
2505 le32_add_cpu(&cl->cl_recs[le16_to_cpu(group->bg_chain)].c_free, in _ocfs2_free_suballoc_bits()
2624 printk("bg_chain: %u\n", bg->bg_chain); in ocfs2_debug_bg()
Dmove_extents.c686 le16_to_cpu(gd->bg_chain)); in ocfs2_move_extent()
696 le16_to_cpu(gd->bg_chain)); in ocfs2_move_extent()
Docfs2_fs.h915 __le16 bg_chain; /* What chain I am in. */ member