Searched refs:dqdh_entries (Results 1 – 2 of 2) sorted by relevance
126 dh->dqdh_entries = ext2fs_cpu_to_le16(0); in put_free_dqblk()223 if (ext2fs_le16_to_cpu(dh->dqdh_entries) + 1 >= in find_free_dqentry()227 dh->dqdh_entries = in find_free_dqentry()228 ext2fs_cpu_to_le16(ext2fs_le16_to_cpu(dh->dqdh_entries) + 1); in find_free_dqentry()365 dh->dqdh_entries = in free_dqentry()366 ext2fs_cpu_to_le16(ext2fs_le16_to_cpu(dh->dqdh_entries) - 1); in free_dqentry()368 if (!ext2fs_le16_to_cpu(dh->dqdh_entries)) { /* Block got free? */ in free_dqentry()377 if (ext2fs_le16_to_cpu(dh->dqdh_entries) == in free_dqentry()560 entries = ext2fs_le16_to_cpu(dh->dqdh_entries); in report_block()
27 u_int16_t dqdh_entries; /* Number of valid entries in block */ member