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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dquota_tree.h18 __le16 dqdh_entries; /* Number of valid entries in block */ member in struct:qt_disk_dqdbheader
H A Dquota_tree.c114 dh->dqdh_entries = cpu_to_le16(0);
250 if (le16_to_cpu(dh->dqdh_entries) + 1 >= qtree_dqstr_in_blk(info)) {
258 le16_add_cpu(&dh->dqdh_entries, 1);
420 le16_add_cpu(&dh->dqdh_entries, -1);
421 if (!le16_to_cpu(dh->dqdh_entries)) { /* Block got free? */
434 if (le16_to_cpu(dh->dqdh_entries) ==
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/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 63 milliseconds