Searched refs:dqdh_entries (Results 1 – 2 of 2) sorted by relevance
128 dh->dqdh_entries = cpu_to_le16(0); in put_free_dqblk()226 if (le16_to_cpu(dh->dqdh_entries) + 1 >= in find_free_dqentry()230 dh->dqdh_entries = in find_free_dqentry()231 cpu_to_le16(le16_to_cpu(dh->dqdh_entries) + 1); in find_free_dqentry()381 dh->dqdh_entries = in free_dqentry()382 cpu_to_le16(le16_to_cpu(dh->dqdh_entries) - 1); in free_dqentry()384 if (!le16_to_cpu(dh->dqdh_entries)) { /* Block got free? */ in free_dqentry()393 if (le16_to_cpu(dh->dqdh_entries) == in free_dqentry()576 entries = le16_to_cpu(dh->dqdh_entries); in report_block()
33 __le16 dqdh_entries; /* Number of valid entries in block */ member