Home | History | Annotate | Download | only in btreplay

Lines Matching refs:FILE

80  * Per input file information
97 * @file_name: Full name of the input file
99 * @ifd: Input file descriptor
100 * @ofd: Output file descriptor
114 FILE *vfp;
118 * Every Asynchronous IO used has one of these (naios per file/device).
622 * read_map_devs - Read in a set of device mapping from the provided file.
623 * @file_name: File containing device maps
629 FILE *fp;
634 fatal(file_name, ERR_SYSCALL, "Could not open map devs file\n");
851 * add_input_file - Allocate and initialize per-input file structure
852 * @cpu: CPU for this file
853 * @devnm: Device name for this file
854 * @file_name: Fully qualifed input file name
928 * rem_input_file - Release resources associated with an input file
929 * @tip: Per-input file information
1295 * reset_input_file - Reset the input file
1298 * We also do a dummy read of the file header to get us to the first bunch.
1367 "\t[ -M <file> : --map-devs=<file> ] Default: None\n" \