Searched refs:sync_io (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/drivers/md/ |
H A D | dm-io.c | 390 struct sync_io { struct 397 struct sync_io *sio = context; sync_io_complete() 403 static int sync_io(struct dm_io_client *client, unsigned int num_regions, sync_io() function 408 struct sync_io sio; sync_io() 519 return sync_io(io_req->client, num_regions, where, dm_io()
|
H A D | md.h | 489 atomic_add(nr_sectors, &bdev->bd_contains->bd_disk->sync_io); md_sync_acct()
|
H A D | md.c | 7460 atomic_read(&disk->sync_io); rdev_for_each_rcu() 7461 /* sync IO will cause sync_io to increase before the disk_stats rdev_for_each_rcu() 7462 * as sync_io is counted when a request starts, and rdev_for_each_rcu() 7467 * increasing sync_io so curr_events will (eventually) rdev_for_each_rcu()
|
/linux-4.1.27/Documentation/trace/postprocess/ |
H A D | trace-vmscan-postprocess.pl | 432 my $sync_io = 0; 437 $sync_io = 1; 439 if ($sync_io) {
|
/linux-4.1.27/fs/btrfs/ |
H A D | extent_io.c | 131 unsigned int sync_io:1; member in struct:extent_page_data 3624 if (!epd->sync_io) lock_extent_buffer_for_io() 3786 int rw = (epd->sync_io ? WRITE_SYNC : WRITE) | REQ_META; write_one_eb() 3839 .sync_io = wbc->sync_mode == WB_SYNC_ALL, btree_write_cache_pages() 4094 if (epd->sync_io) flush_epd_write_bio() 4119 .sync_io = wbc->sync_mode == WB_SYNC_ALL, extent_write_full_page() 4144 .sync_io = mode == WB_SYNC_ALL, extent_write_locked_range() 4184 .sync_io = wbc->sync_mode == WB_SYNC_ALL, extent_writepages()
|
/linux-4.1.27/include/linux/ |
H A D | genhd.h | 197 atomic_t sync_io; /* RAID */ member in struct:gendisk
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | cl_io.c | 894 * Submit a sync_io and wait for the IO to be finished, or error happens.
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | cl_object.h | 776 /** Assigned if doing a sync_io */
|
Completed in 329 milliseconds