Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dsuballoc.c376 bg->bg_next_group = cl->cl_recs[my_chain].c_blkno; in ocfs2_block_group_fill()
408 if (le32_to_cpu(cl->cl_recs[best].c_total) > in ocfs2_find_smallest_chain()
409 le32_to_cpu(cl->cl_recs[curr].c_total)) in ocfs2_find_smallest_chain()
718 le32_add_cpu(&cl->cl_recs[alloc_rec].c_free, in ocfs2_block_group_alloc()
720 le32_add_cpu(&cl->cl_recs[alloc_rec].c_total, in ocfs2_block_group_alloc()
722 cl->cl_recs[alloc_rec].c_blkno = bg->bg_blkno; in ocfs2_block_group_alloc()
1391 if (le32_to_cpu(cl->cl_recs[curr].c_free) > in ocfs2_find_victim_chain()
1392 le32_to_cpu(cl->cl_recs[best].c_free)) in ocfs2_find_victim_chain()
1443 bg->bg_next_group = fe->id2.i_chain.cl_recs[chain].c_blkno; in ocfs2_relink_block_group()
1451 fe->id2.i_chain.cl_recs[chain].c_blkno = bg->bg_blkno; in ocfs2_relink_block_group()
[all …]
H A Docfs2_fs.h485 /*10*/ struct ocfs2_chain_rec cl_recs[]; /* Chain records */ member
1302 offsetof(struct ocfs2_dinode, id2.i_chain.cl_recs); in ocfs2_chain_recs_per_inode()
1470 offsetof(struct ocfs2_dinode, id2.i_chain.cl_recs); in ocfs2_chain_recs_per_inode()
H A Dresize.c136 cr = (&cl->cl_recs[chain]); in ocfs2_update_last_group_and_inode()
519 cr = &cl->cl_recs[input->chain]; in ocfs2_group_add()
H A Dmove_extents.c394 rec = &(cl->cl_recs[0]); in ocfs2_find_victim_alloc_group()
411 rec = &(cl->cl_recs[i]); in ocfs2_find_victim_alloc_group()
H A Dioctl.c588 rec = &(cl->cl_recs[i]); in ocfs2_info_freefrag_scan_bitmap()