Home
last modified time | relevance | path

Searched refs:write_io (Results 1 – 8 of 8) sorted by relevance

/fs/f2fs/
Dsuper.c1650 kvfree(sbi->write_io[i]); in f2fs_put_super()
4148 sbi->write_io[i] = in f2fs_fill_super()
4153 if (!sbi->write_io[i]) { in f2fs_fill_super()
4159 init_f2fs_rwsem(&sbi->write_io[i][j].io_rwsem); in f2fs_fill_super()
4160 sbi->write_io[i][j].sbi = sbi; in f2fs_fill_super()
4161 sbi->write_io[i][j].bio = NULL; in f2fs_fill_super()
4162 spin_lock_init(&sbi->write_io[i][j].io_lock); in f2fs_fill_super()
4163 INIT_LIST_HEAD(&sbi->write_io[i][j].io_list); in f2fs_fill_super()
4164 INIT_LIST_HEAD(&sbi->write_io[i][j].bio_list); in f2fs_fill_super()
4165 init_f2fs_rwsem(&sbi->write_io[i][j].bio_list_lock); in f2fs_fill_super()
[all …]
Ddata.c625 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __f2fs_submit_merged_write()
651 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __submit_merged_write_cond()
769 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in add_bio_entry()
799 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in add_ipu_page()
848 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in f2fs_submit_merged_ipu_write()
940 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp; in f2fs_submit_page_write()
Df2fs.h1632 struct f2fs_bio_info *write_io[NR_PAGE_TYPE]; /* for write bios */ member
Dsegment.c3520 io = sbi->write_io[fio->type] + fio->temp; in f2fs_allocate_data_block()
/fs/nfs/
Dfile.c391 NFS_I(mapping->host)->write_io += copied; in nfs_write_end()
Dpnfs.c300 nfsi->write_io = 0; in pnfs_detach_layout_hdr()
1891 nfsi->write_io); in pnfs_within_mdsthreshold()
1893 if (nfsi->write_io < t->wr_io_sz) in pnfs_within_mdsthreshold()
Ddirect.c836 NFS_I(inode)->write_io += iov_iter_count(iter); in nfs_direct_write_schedule_iovec()
Dinode.c527 nfsi->write_io = 0; in nfs_fhget()