Lines Matching defs:entries
187 entry = &ei->entries[i];
508 const struct eventfs_entry *entry = &ei->entries[i];
569 /* Start at 'c' to jump over already read entries */
573 entry = &ei->entries[i];
593 /* Subtract the skipped entries above */
632 * @entries: A list of entries that represent the files under this directory
633 * @size: The number of @entries
640 * The @entries is an array of eventfs_entry structures which has:
664 const struct eventfs_entry *entries,
676 ei->entries = entries;
699 * @entries: A list of entries that represent the files under this directory
700 * @size: The number of @entries
705 * See eventfs_create_dir() for use of @entries.
708 const struct eventfs_entry *entries,
734 ei->entries = entries;