Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/fs/f2fs/
Dsuper.c1582 kvfree(sbi->write_io[i]); in f2fs_put_super()
4011 sbi->write_io[i] = in f2fs_fill_super()
4016 if (!sbi->write_io[i]) { in f2fs_fill_super()
4022 init_rwsem(&sbi->write_io[i][j].io_rwsem); in f2fs_fill_super()
4023 sbi->write_io[i][j].sbi = sbi; in f2fs_fill_super()
4024 sbi->write_io[i][j].bio = NULL; in f2fs_fill_super()
4025 spin_lock_init(&sbi->write_io[i][j].io_lock); in f2fs_fill_super()
4026 INIT_LIST_HEAD(&sbi->write_io[i][j].io_list); in f2fs_fill_super()
4027 INIT_LIST_HEAD(&sbi->write_io[i][j].bio_list); in f2fs_fill_super()
4028 init_rwsem(&sbi->write_io[i][j].bio_list_lock); in f2fs_fill_super()
[all …]
Ddata.c591 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __f2fs_submit_merged_write()
617 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __submit_merged_write_cond()
735 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in add_bio_entry()
765 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in add_ipu_page()
812 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in f2fs_submit_merged_ipu_write()
904 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp; in f2fs_submit_page_write()
Df2fs.h1574 struct f2fs_bio_info *write_io[NR_PAGE_TYPE]; /* for write bios */ member
Dsegment.c3477 io = sbi->write_io[fio->type] + fio->temp; in f2fs_allocate_data_block()
/Linux-v5.15/include/linux/
Dnfs_fs.h198 __u64 write_io; member
/Linux-v5.15/fs/nfs/
Dfile.c390 NFS_I(mapping->host)->write_io += copied; in nfs_write_end()
Ddirect.c806 NFS_I(inode)->write_io += iov_iter_count(iter); in nfs_direct_write_schedule_iovec()
Dpnfs.c289 nfsi->write_io = 0; in pnfs_detach_layout_hdr()
1873 nfsi->write_io); in pnfs_within_mdsthreshold()
1875 if (nfsi->write_io < t->wr_io_sz) in pnfs_within_mdsthreshold()
Dinode.c513 nfsi->write_io = 0; in nfs_fhget()