Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dsuper.c1085 kfree(sbi->write_io[i]); in f2fs_put_super()
2862 sbi->write_io[i] = in f2fs_fill_super()
2867 if (!sbi->write_io[i]) { in f2fs_fill_super()
2873 init_rwsem(&sbi->write_io[i][j].io_rwsem); in f2fs_fill_super()
2874 sbi->write_io[i][j].sbi = sbi; in f2fs_fill_super()
2875 sbi->write_io[i][j].bio = NULL; in f2fs_fill_super()
2876 spin_lock_init(&sbi->write_io[i][j].io_lock); in f2fs_fill_super()
2877 INIT_LIST_HEAD(&sbi->write_io[i][j].io_list); in f2fs_fill_super()
3133 kfree(sbi->write_io[i]); in f2fs_fill_super()
Ddata.c363 io = sbi->write_io[btype] + temp; in has_merged_page()
380 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __f2fs_submit_merged_write()
472 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp; in f2fs_submit_page_write()
Df2fs.h1152 struct f2fs_bio_info *write_io[NR_PAGE_TYPE]; /* for write bios */ member
Dsegment.c2941 io = sbi->write_io[fio->type] + fio->temp; in f2fs_allocate_data_block()
/Linux-v4.19/drivers/media/dvb-frontends/
Dcxd2099.c127 static int write_io(struct cxd *ci, u16 address, u8 val) in write_io() function
429 write_io(ci, address, value); in write_cam_control()
/Linux-v4.19/include/linux/
Dnfs_fs.h180 __u64 write_io; member
/Linux-v4.19/fs/nfs/
Dfile.c395 NFS_I(mapping->host)->write_io += copied; in nfs_write_end()
Dpnfs.c289 nfsi->write_io = 0; in pnfs_detach_layout_hdr()
1726 nfsi->write_io); in pnfs_within_mdsthreshold()
1728 if (nfsi->write_io < t->wr_io_sz) in pnfs_within_mdsthreshold()
Ddirect.c877 NFS_I(inode)->write_io += iov_iter_count(iter); in nfs_direct_write_schedule_iovec()
Dinode.c498 nfsi->write_io = 0; in nfs_fhget()