Home
last modified time | relevance | path

Searched refs:i_chain (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ocfs2/
H A Dresize.c87 struct ocfs2_chain_list *cl = &fe->id2.i_chain; in ocfs2_update_last_group_and_inode()
310 if (le16_to_cpu(fe->id2.i_chain.cl_cpg) != in ocfs2_group_extend()
331 cl_bpc = le16_to_cpu(fe->id2.i_chain.cl_bpc); in ocfs2_group_extend()
333 le16_to_cpu(fe->id2.i_chain.cl_cpg)) { in ocfs2_group_extend()
385 u16 cl_bpc = le16_to_cpu(di->id2.i_chain.cl_bpc); in ocfs2_check_new_group()
420 u16 cl_count = le16_to_cpu(di->id2.i_chain.cl_count); in ocfs2_verify_group_and_input()
421 u16 cl_cpg = le16_to_cpu(di->id2.i_chain.cl_cpg); in ocfs2_verify_group_and_input()
422 u16 next_free = le16_to_cpu(di->id2.i_chain.cl_next_free_rec); in ocfs2_verify_group_and_input()
491 if (le16_to_cpu(fe->id2.i_chain.cl_cpg) != in ocfs2_group_add()
525 cl_bpc = le16_to_cpu(fe->id2.i_chain.cl_bpc); in ocfs2_group_add()
[all …]
H A Dsuballoc.c218 max_bits = le16_to_cpu(di->id2.i_chain.cl_cpg) * le16_to_cpu(di->id2.i_chain.cl_bpc); in ocfs2_validate_gd_parent()
227 le16_to_cpu(di->id2.i_chain.cl_next_free_rec)) || in ocfs2_validate_gd_parent()
229 le16_to_cpu(di->id2.i_chain.cl_next_free_rec)) && !resize)) { in ocfs2_validate_gd_parent()
674 cl = &fe->id2.i_chain; in ocfs2_block_group_alloc()
1500 bg->bg_next_group = fe->id2.i_chain.cl_recs[chain].c_blkno; in ocfs2_relink_block_group()
1508 fe->id2.i_chain.cl_recs[chain].c_blkno = bg->bg_blkno; in ocfs2_relink_block_group()
1641 struct ocfs2_chain_list *cl = (struct ocfs2_chain_list *) &di->id2.i_chain; in ocfs2_alloc_dinode_update_counts()
1668 cl = (struct ocfs2_chain_list *)&di->id2.i_chain; in ocfs2_rollback_alloc_dinode_counts()
1701 struct ocfs2_chain_list *cl = &di->id2.i_chain; in ocfs2_bg_discontig_fix_result()
1806 struct ocfs2_chain_list *cl = (struct ocfs2_chain_list *) &fe->id2.i_chain; in ocfs2_search_chain()
[all …]
H A Docfs2_fs.h729 struct ocfs2_chain_list i_chain; member
1309 offsetof(struct ocfs2_dinode, id2.i_chain.cl_recs); in ocfs2_chain_recs_per_inode()
1477 offsetof(struct ocfs2_dinode, id2.i_chain.cl_recs); in ocfs2_chain_recs_per_inode()
H A Dioctl.c565 cl = &(gb_dinode->id2.i_chain); in ocfs2_info_freefrag_scan_bitmap()
H A Dmove_extents.c399 cl = &(ac_dinode->id2.i_chain); in ocfs2_find_victim_alloc_group()
H A Dinode.c1506 struct ocfs2_chain_list *cl = &di->id2.i_chain; in ocfs2_validate_inode_block()