Searched refs:dqdh_entries (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dquotaio_v2.h67 __le16 dqdh_entries; /* Number of valid entries in block */ member in struct:v2_disk_dqdbheader
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dquota_v2.c187 dh->dqdh_entries = cpu_to_le16(0);
301 if (le16_to_cpu(dh->dqdh_entries)+1 >= V2_DQSTRINBLK) /* Block will be full? */
306 dh->dqdh_entries = cpu_to_le16(le16_to_cpu(dh->dqdh_entries)+1);
448 dh->dqdh_entries = cpu_to_le16(le16_to_cpu(dh->dqdh_entries)-1);
449 if (!le16_to_cpu(dh->dqdh_entries)) { /* Block got free? */
460 if (le16_to_cpu(dh->dqdh_entries) == V2_DQSTRINBLK-1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsamba_linux_quota.h270 u_int16_t dqdh_entries; /* Number of valid entries in block */ member in struct:v2_disk_dqdbheader

Completed in 52 milliseconds