Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/dvb-frontends/
Dcxd2099.c128 static int write_io(struct cxd *ci, u16 address, u8 val) in write_io() function
430 write_io(ci, address, value); in write_cam_control()
/Linux-v5.4/fs/f2fs/
Dsuper.c1145 kvfree(sbi->write_io[i]); in f2fs_put_super()
3316 sbi->write_io[i] = in f2fs_fill_super()
3321 if (!sbi->write_io[i]) { in f2fs_fill_super()
3327 init_rwsem(&sbi->write_io[i][j].io_rwsem); in f2fs_fill_super()
3328 sbi->write_io[i][j].sbi = sbi; in f2fs_fill_super()
3329 sbi->write_io[i][j].bio = NULL; in f2fs_fill_super()
3330 spin_lock_init(&sbi->write_io[i][j].io_lock); in f2fs_fill_super()
3331 INIT_LIST_HEAD(&sbi->write_io[i][j].io_list); in f2fs_fill_super()
3618 kvfree(sbi->write_io[i]); in f2fs_fill_super()
Ddata.c411 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __f2fs_submit_merged_write()
437 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __submit_merged_write_cond()
604 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp; in f2fs_submit_page_write()
Df2fs.h1197 struct f2fs_bio_info *write_io[NR_PAGE_TYPE]; /* for write bios */ member
Dsegment.c3127 io = sbi->write_io[fio->type] + fio->temp; in f2fs_allocate_data_block()
/Linux-v5.4/include/linux/
Dnfs_fs.h182 __u64 write_io; member
/Linux-v5.4/fs/nfs/
Dfile.c392 NFS_I(mapping->host)->write_io += copied; in nfs_write_end()
Dpnfs.c289 nfsi->write_io = 0; in pnfs_detach_layout_hdr()
1810 nfsi->write_io); in pnfs_within_mdsthreshold()
1812 if (nfsi->write_io < t->wr_io_sz) in pnfs_within_mdsthreshold()
Ddirect.c867 NFS_I(inode)->write_io += iov_iter_count(iter); in nfs_direct_write_schedule_iovec()
Dinode.c501 nfsi->write_io = 0; in nfs_fhget()