Lines Matching defs:mmap_istream
17 struct mmap_istream {
33 struct mmap_istream *mstream = (struct mmap_istream *) stream;
37 i_error("mmap_istream.close(%s) failed: %m",
44 static void i_stream_munmap(struct mmap_istream *mstream)
61 struct mmap_istream *mstream = (struct mmap_istream *) stream;
75 i_error("mmap_istream.munmap() failed: %m");
80 struct mmap_istream *mstream = (struct mmap_istream *) stream;
128 i_error("mmap_istream.mmap(%s) failed: %m",
142 i_error("mmap_istream.madvise(%s): %m",
156 struct mmap_istream *mstream = (struct mmap_istream *) stream;
174 struct mmap_istream *mstream = (struct mmap_istream *) stream;
182 static int fstat_cached(struct mmap_istream *mstream)
189 i_error("mmap_istream.fstat(%s) failed: %m",
202 struct mmap_istream *mstream = (struct mmap_istream *) stream;
211 struct mmap_istream *mstream;
218 mstream = i_new(struct mmap_istream, 1);