Home
last modified time | relevance | path

Searched refs:cl_recs (Results 1 – 3 of 3) sorted by relevance

/fs/ocfs2/
Dsuballoc.c365 bg->bg_next_group = cl->cl_recs[my_chain].c_blkno; in ocfs2_block_group_fill()
392 if (le32_to_cpu(cl->cl_recs[best].c_total) > in ocfs2_find_smallest_chain()
393 le32_to_cpu(cl->cl_recs[curr].c_total)) in ocfs2_find_smallest_chain()
490 le32_add_cpu(&cl->cl_recs[alloc_rec].c_free, in ocfs2_block_group_alloc()
492 le32_add_cpu(&cl->cl_recs[alloc_rec].c_total, le16_to_cpu(bg->bg_bits)); in ocfs2_block_group_alloc()
493 cl->cl_recs[alloc_rec].c_blkno = cpu_to_le64(bg_blkno); in ocfs2_block_group_alloc()
1028 if (le32_to_cpu(cl->cl_recs[curr].c_free) > in ocfs2_find_victim_chain()
1029 le32_to_cpu(cl->cl_recs[best].c_free)) in ocfs2_find_victim_chain()
1063 fe_ptr = le64_to_cpu(fe->id2.i_chain.cl_recs[chain].c_blkno); in ocfs2_relink_block_group()
1089 bg->bg_next_group = fe->id2.i_chain.cl_recs[chain].c_blkno; in ocfs2_relink_block_group()
[all …]
Docfs2_fs.h516 /*10*/ struct ocfs2_chain_rec cl_recs[0]; /* Chain records */ member
1120 offsetof(struct ocfs2_dinode, id2.i_chain.cl_recs); in ocfs2_chain_recs_per_inode()
1215 offsetof(struct ocfs2_dinode, id2.i_chain.cl_recs); in ocfs2_chain_recs_per_inode()
Dresize.c152 cr = (&cl->cl_recs[chain]); in ocfs2_update_last_group_and_inode()
537 cr = &cl->cl_recs[input->chain]; in ocfs2_group_add()