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()830 if (le32_to_cpu(dchunk->dqc_free) != len) { in ocfs2_local_free_info()931 if (le32_to_cpu(dchunk->dqc_free) > 0) { in ocfs2_find_free_entry()952 le32_to_cpu(dchunk->dqc_free), type); in ocfs2_find_free_entry()1028 dchunk->dqc_free = cpu_to_le32(ol_quota_entries_per_block(sb)); in ocfs2_local_quota_add_chunk()1180 le32_add_cpu(&dchunk->dqc_free, ol_quota_entries_per_block(sb)); in ocfs2_extend_local_quota_file()1212 le32_add_cpu(&dchunk->dqc_free, -1); in olq_alloc_dquot()1293 le32_add_cpu(&dchunk->dqc_free, 1); in ocfs2_local_release_dquot()
1207 __le32 dqc_free; /* Number of free entries in the bitmap */ member