Home | History | Annotate | Download | only in misc

Lines Matching defs:io_ptr

1619 		io_manager	io_ptr;
1623 io_ptr = test_io_manager;
1627 io_ptr = unix_io_manager;
1630 0, io_ptr, &jfs);
2206 static int mke2fs_setup_tdb(const char *name, io_manager *io_ptr)
2251 set_undo_io_backing_manager(*io_ptr);
2252 *io_ptr = undo_io_manager;
2373 io_manager io_ptr;
2389 io_ptr = test_io_manager;
2393 io_ptr = unix_io_manager;
2396 retval = mke2fs_setup_tdb(device_name, &io_ptr);
2418 retval = ext2fs_initialize(device_name, flags, &fs_param, io_ptr, &fs);
2432 if (!noaction && discard && (io_ptr != undo_io_manager)) {