Searched refs:dqc_free (Results 1 – 2 of 2) sorted by relevance
359 if (le32_to_cpu(dchunk->dqc_free) < ol_chunk_entries(sb)) in ocfs2_recovery_load_quota()552 le32_add_cpu(&dchunk->dqc_free, 1); in ocfs2_recover_local_quota_file()832 if (le32_to_cpu(dchunk->dqc_free) != len) { in ocfs2_local_free_info()933 if (le32_to_cpu(dchunk->dqc_free) > 0) { in ocfs2_find_free_entry()954 le32_to_cpu(dchunk->dqc_free), type); in ocfs2_find_free_entry()1030 dchunk->dqc_free = cpu_to_le32(ol_quota_entries_per_block(sb)); in ocfs2_local_quota_add_chunk()1182 le32_add_cpu(&dchunk->dqc_free, ol_quota_entries_per_block(sb)); in ocfs2_extend_local_quota_file()1214 le32_add_cpu(&dchunk->dqc_free, -1); in olq_alloc_dquot()1295 le32_add_cpu(&dchunk->dqc_free, 1); in ocfs2_local_release_dquot()
1207 __le32 dqc_free; /* Number of free entries in the bitmap */ member