Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Dcxd2099.c119 static int write_io(struct cxd *ci, u16 address, u8 val) in write_io() function
421 write_io(ci, address, value); in write_cam_control()
/linux/fs/f2fs/
H A Ddata.c589 sbi->write_io[i] = f2fs_kmalloc(sbi, in f2fs_init_write_merge_io()
592 if (!sbi->write_io[i]) in f2fs_init_write_merge_io()
596 struct f2fs_bio_info *io = &sbi->write_io[i][j]; in f2fs_init_write_merge_io()
621 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __f2fs_submit_merged_write()
650 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __submit_merged_write_cond()
757 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in add_bio_entry()
787 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in add_ipu_page()
835 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in f2fs_submit_merged_ipu_write()
948 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp; in f2fs_submit_page_write()
H A Dsuper.c2039 kfree(sbi->write_io[i]); in f2fs_put_super()
5361 kfree(sbi->write_io[i]); in f2fs_fill_super()
H A Df2fs.h1699 struct f2fs_bio_info *write_io[NR_PAGE_TYPE]; /* for write bios */ member
H A Dsegment.c3901 io = sbi->write_io[fio->type] + fio->temp; in f2fs_allocate_data_block()
/linux/include/linux/
H A Dnfs_fs.h266 __u64 write_io; member
/linux/fs/nfs/
H A Dfile.c467 NFS_I(mapping->host)->write_io += copied; in nfs_write_end()
H A Ddirect.c883 NFS_I(inode)->write_io += iov_iter_count(iter); in nfs_direct_write_schedule_iovec()
H A Dpnfs.c301 nfsi->write_io = 0; in pnfs_detach_layout_hdr()
2018 nfsi->write_io); in pnfs_within_mdsthreshold()
2020 if (nfsi->write_io < t->wr_io_sz) in pnfs_within_mdsthreshold()
H A Dinode.c533 nfsi->write_io = 0; in nfs_fhget()