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

/linux-master/fs/ocfs2/
H A Dquota_local.c359 if (le32_to_cpu(dchunk->dqc_free) < ol_chunk_entries(sb))
554 le32_add_cpu(&dchunk->dqc_free, 1);
833 if (le32_to_cpu(dchunk->dqc_free) != len) {
931 if (le32_to_cpu(dchunk->dqc_free) > 0) {
952 le32_to_cpu(dchunk->dqc_free), type);
1028 dchunk->dqc_free = cpu_to_le32(ol_quota_entries_per_block(sb));
1180 le32_add_cpu(&dchunk->dqc_free, ol_quota_entries_per_block(sb));
1212 le32_add_cpu(&dchunk->dqc_free, -1);
1297 le32_add_cpu(&dchunk->dqc_free, 1);
H A Docfs2_fs.h1207 __le32 dqc_free; /* Number of free entries in the bitmap */ member in struct:ocfs2_local_disk_chunk

Completed in 199 milliseconds