Home
last modified time | relevance | path

Searched refs:dqdh_entries (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/support/
Dquotaio_tree.c128 dh->dqdh_entries = ext2fs_cpu_to_le16(0); in put_free_dqblk()
227 if (ext2fs_le16_to_cpu(dh->dqdh_entries) + 1 >= in find_free_dqentry()
231 dh->dqdh_entries = in find_free_dqentry()
232 ext2fs_cpu_to_le16(ext2fs_le16_to_cpu(dh->dqdh_entries) + 1); in find_free_dqentry()
372 dh->dqdh_entries = in free_dqentry()
373 ext2fs_cpu_to_le16(ext2fs_le16_to_cpu(dh->dqdh_entries) - 1); in free_dqentry()
375 if (!ext2fs_le16_to_cpu(dh->dqdh_entries)) { /* Block got free? */ in free_dqentry()
384 if (ext2fs_le16_to_cpu(dh->dqdh_entries) == in free_dqentry()
567 entries = ext2fs_le16_to_cpu(dh->dqdh_entries); in report_block()
Dquotaio_tree.h27 __le16 dqdh_entries; /* Number of valid entries in block */ member