Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dquotaio_tree.c128 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()
Dquotaio_tree.h33 __le16 dqdh_entries; /* Number of valid entries in block */ member