Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dquota_v2.c210 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()
/linux-2.4.37.9/include/linux/
Dquotaio_v2.h67 __u16 dqdh_entries; /* Number of valid entries in block */ member