Home
last modified time | relevance | path

Searched refs:dqc_free (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/ocfs2/
Dquota_local.c359 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()
928 if (le32_to_cpu(dchunk->dqc_free) > 0) { in ocfs2_find_free_entry()
949 le32_to_cpu(dchunk->dqc_free), type); in ocfs2_find_free_entry()
1025 dchunk->dqc_free = cpu_to_le32(ol_quota_entries_per_block(sb)); in ocfs2_local_quota_add_chunk()
1177 le32_add_cpu(&dchunk->dqc_free, ol_quota_entries_per_block(sb)); in ocfs2_extend_local_quota_file()
1209 le32_add_cpu(&dchunk->dqc_free, -1); in olq_alloc_dquot()
1290 le32_add_cpu(&dchunk->dqc_free, 1); in ocfs2_local_release_dquot()
Docfs2_fs.h1207 __le32 dqc_free; /* Number of free entries in the bitmap */ member