Searched refs:dqc_free (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | quota_local.c | 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()
|
H A D | ocfs2_fs.h | 1209 __le32 dqc_free; /* Number of free entries in the bitmap */ member
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | quota_local.c | 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() 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()
|
H A D | ocfs2_fs.h | 1207 __le32 dqc_free; /* Number of free entries in the bitmap */ member
|
Completed in 10 milliseconds