Lines Matching defs:entries
4501 * two for dir entries,
5333 * If no dir entries were found, returns -ENOENT.
5859 static int btrfs_filldir(void *addr, int entries, struct dir_context *ctx)
5861 while (entries--) {
5892 int entries = 0;
5935 ret = btrfs_filldir(private->filldir_buf, entries, ctx);
5939 entries = 0;
5954 entries++;
5964 ret = btrfs_filldir(private->filldir_buf, entries, ctx);
5973 * Stop new entries from being returned after we return the last
5976 * New directory entries are assigned a strictly increasing
5977 * offset. This means that new entries created during readdir
5981 * we have this hack to stop new entries from being returned
10489 /* Free all of the entries pinned by this swapfile. */