Home
last modified time | relevance | path

Searched refs:sync_io (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/md/
Ddm-io.c419 struct sync_io { struct
426 struct sync_io *sio = context; in sync_io_complete() argument
432 static int sync_io(struct dm_io_client *client, unsigned int num_regions, in sync_io() function
437 struct sync_io sio; in sync_io()
548 return sync_io(io_req->client, num_regions, where, in dm_io()
Dmd.h523 atomic_add(nr_sectors, &bdev->bd_contains->bd_disk->sync_io); in md_sync_acct()
528 atomic_add(nr_sectors, &bio->bi_disk->sync_io); in md_sync_acct_bio()
Dmd.c8064 atomic_read(&disk->sync_io); in is_mddev_idle()
/Linux-v4.19/Documentation/trace/postprocess/
Dtrace-vmscan-postprocess.pl432 my $sync_io = 0;
437 $sync_io = 1;
439 if ($sync_io) {
/Linux-v4.19/include/linux/
Dgenhd.h206 atomic_t sync_io; /* RAID */ member
/Linux-v4.19/fs/btrfs/
Dextent_io.c120 unsigned int sync_io:1; member
3539 if (!epd->sync_io) in lock_extent_buffer_for_io()
3771 .sync_io = wbc->sync_mode == WB_SYNC_ALL, in btree_write_cache_pages()
4044 .sync_io = wbc->sync_mode == WB_SYNC_ALL, in extent_write_full_page()
4067 .sync_io = mode == WB_SYNC_ALL, in extent_write_locked_range()
4103 .sync_io = wbc->sync_mode == WB_SYNC_ALL, in extent_writepages()