Lines Matching defs:entries
134 /* Remove given block from the list of blocks with free entries */
167 /* Insert given block to the beginning of list with free entries */
567 int entries, i;
576 entries = le16_to_cpu(dh->dqdh_entries);
589 return entries;
606 char *bitmap, int *entries,
632 *entries += num_entry;
635 if (report_tree(dquot, blk, depth + 1, bitmap, entries,
664 int entries = 0;
672 if (report_tree(dquot, QT_TREEOFF, 0, bitmap, &entries, process_dquot,
676 v2info->dqi_used_entries = entries;