Searched refs:sync_io (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | dm-io.c | 391 struct sync_io { struct 398 struct sync_io *sio = context; in sync_io_complete() argument 404 static int sync_io(struct dm_io_client *client, unsigned int num_regions, in sync_io() function 409 struct sync_io sio; in sync_io() 520 return sync_io(io_req->client, num_regions, where, in dm_io()
|
D | md.h | 495 atomic_add(nr_sectors, &bdev->bd_contains->bd_disk->sync_io); in md_sync_acct()
|
D | md.c | 7613 atomic_read(&disk->sync_io); in is_mddev_idle()
|
/linux-4.4.14/Documentation/trace/postprocess/ |
D | trace-vmscan-postprocess.pl | 432 my $sync_io = 0; 437 $sync_io = 1; 439 if ($sync_io) {
|
/linux-4.4.14/fs/btrfs/ |
D | extent_io.c | 131 unsigned int sync_io:1; member 3695 if (!epd->sync_io) in lock_extent_buffer_for_io() 3858 int rw = (epd->sync_io ? WRITE_SYNC : WRITE) | REQ_META; in write_one_eb() 3911 .sync_io = wbc->sync_mode == WB_SYNC_ALL, in btree_write_cache_pages() 4166 if (epd->sync_io) in flush_epd_write_bio() 4191 .sync_io = wbc->sync_mode == WB_SYNC_ALL, in extent_write_full_page() 4216 .sync_io = mode == WB_SYNC_ALL, in extent_write_locked_range() 4256 .sync_io = wbc->sync_mode == WB_SYNC_ALL, in extent_writepages()
|
/linux-4.4.14/include/linux/ |
D | genhd.h | 210 atomic_t sync_io; /* RAID */ member
|