Home
last modified time | relevance | path

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

/fs/ocfs2/
Dresize.c151 chain = le16_to_cpu(group->bg_chain); in ocfs2_update_last_group_and_inode()
400 if (le16_to_cpu(gd->bg_chain) != input->chain) in ocfs2_check_new_group()
404 le16_to_cpu(gd->bg_chain), input->chain); in ocfs2_check_new_group()
Dsuballoc.c239 if ((le16_to_cpu(gd->bg_chain) > in ocfs2_validate_gd_parent()
241 ((le16_to_cpu(gd->bg_chain) == in ocfs2_validate_gd_parent()
245 le16_to_cpu(gd->bg_chain)); in ocfs2_validate_gd_parent()
393 bg->bg_chain = cpu_to_le16(my_chain); in ocfs2_block_group_fill()
735 alloc_rec = le16_to_cpu(bg->bg_chain); in ocfs2_block_group_alloc()
1729 le16_to_cpu(gd->bg_chain)); in ocfs2_search_one_group()
1740 le16_to_cpu(gd->bg_chain)); in ocfs2_search_one_group()
2169 chain = le16_to_cpu(bg->bg_chain); in ocfs2_claim_new_inode_at_loc()
2518 le32_add_cpu(&cl->cl_recs[le16_to_cpu(group->bg_chain)].c_free, in _ocfs2_free_suballoc_bits()
2637 printk("bg_chain: %u\n", bg->bg_chain); in ocfs2_debug_bg()
Dmove_extents.c684 le16_to_cpu(gd->bg_chain)); in ocfs2_move_extent()
694 le16_to_cpu(gd->bg_chain)); in ocfs2_move_extent()
Docfs2_fs.h926 __le16 bg_chain; /* What chain I am in. */ member