Searched refs:dqdh_entries (Results 1 – 2 of 2) sorted by relevance
210 dh->dqdh_entries = cpu_to_le16(0); in put_free_dqblk()318 if (le16_to_cpu(dh->dqdh_entries)+1 >= V2_DQSTRINBLK) /* Block will be full? */ in find_free_dqentry()323 dh->dqdh_entries = cpu_to_le16(le16_to_cpu(dh->dqdh_entries)+1); in find_free_dqentry()461 dh->dqdh_entries = cpu_to_le16(le16_to_cpu(dh->dqdh_entries)-1); in free_dqentry()462 if (!le16_to_cpu(dh->dqdh_entries)) { /* Block got free? */ in free_dqentry()471 if (le16_to_cpu(dh->dqdh_entries) == V2_DQSTRINBLK-1) { in free_dqentry()
67 __u16 dqdh_entries; /* Number of valid entries in block */ member