Home | History | Annotate | Download | only in blktrace

Lines Matching refs:mmap_info

150 struct mmap_info {
242 * ofn, ofd, ofp, obuf & mmap_info are used for output file (optionally).
253 struct mmap_info mmap_info;
580 static void init_mmap_info(struct mmap_info *mip)
732 static int setup_mmap(int fd, unsigned int maxlen, struct mmap_info *mip)
1554 struct mmap_info *mip = &iop->mmap_info;
1626 init_mmap_info(&iop->mmap_info);
1664 struct mmap_info *mip;
1671 mip = &iop->mmap_info;
2326 init_mmap_info(&iop->mmap_info);
2369 struct mmap_info *mip = &iop->mmap_info;
2371 if (setup_mmap(iop->ofd, bnh->len, &iop->mmap_info)) {