Home
last modified time | relevance | path

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

/fs/ocfs2/
Dresize.c154 le32_add_cpu(&cr->c_free, num_bits); in ocfs2_update_last_group_and_inode()
159 le32_add_cpu(&cr->c_free, -1 * backups); in ocfs2_update_last_group_and_inode()
564 le32_add_cpu(&cr->c_free, input->frees * cl_bpc); in ocfs2_group_add()
Dsuballoc.c736 le32_add_cpu(&cl->cl_recs[alloc_rec].c_free, in ocfs2_block_group_alloc()
1381 if (le32_to_cpu(cl->cl_recs[curr].c_free) > in ocfs2_find_victim_chain()
1382 le32_to_cpu(cl->cl_recs[best].c_free)) in ocfs2_find_victim_chain()
1587 le32_add_cpu(&cl->cl_recs[chain].c_free, -num_bits); in ocfs2_alloc_dinode_update_counts()
1606 le32_add_cpu(&cl->cl_recs[chain].c_free, num_bits); in ocfs2_rollback_alloc_dinode_counts()
1944 if (!cl->cl_recs[i].c_free) in ocfs2_claim_suballoc_bits()
2490 le32_add_cpu(&cl->cl_recs[le16_to_cpu(group->bg_chain)].c_free, in _ocfs2_free_suballoc_bits()
2641 fe->id2.i_chain.cl_recs[i].c_free); in ocfs2_debug_suballoc_inode()
Docfs2_fs.h484 __le32 c_free; /* Number of free bits in this chain. */ member
Dioctl.c451 if (!le32_to_cpu(rec->c_free)) in ocfs2_info_freefrag_scan_chain()