Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dsuper.c1301 kvfree(sbi->write_io[i]); in f2fs_put_super()
3579 sbi->write_io[i] = in f2fs_fill_super()
3584 if (!sbi->write_io[i]) { in f2fs_fill_super()
3590 init_rwsem(&sbi->write_io[i][j].io_rwsem); in f2fs_fill_super()
3591 sbi->write_io[i][j].sbi = sbi; in f2fs_fill_super()
3592 sbi->write_io[i][j].bio = NULL; in f2fs_fill_super()
3593 spin_lock_init(&sbi->write_io[i][j].io_lock); in f2fs_fill_super()
3594 INIT_LIST_HEAD(&sbi->write_io[i][j].io_list); in f2fs_fill_super()
3595 INIT_LIST_HEAD(&sbi->write_io[i][j].bio_list); in f2fs_fill_super()
3596 init_rwsem(&sbi->write_io[i][j].bio_list_lock); in f2fs_fill_super()
[all …]
Ddata.c634 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __f2fs_submit_merged_write()
660 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __submit_merged_write_cond()
776 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in add_bio_entry()
806 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in add_ipu_page()
853 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in f2fs_submit_merged_ipu_write()
946 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp; in f2fs_submit_page_write()
Df2fs.h1439 struct f2fs_bio_info *write_io[NR_PAGE_TYPE]; /* for write bios */ member
Dsegment.c3386 io = sbi->write_io[fio->type] + fio->temp; in f2fs_allocate_data_block()
/Linux-v5.10/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.10/include/linux/
Dnfs_fs.h187 __u64 write_io; member
/Linux-v5.10/fs/nfs/
Dfile.c390 NFS_I(mapping->host)->write_io += copied; in nfs_write_end()
Ddirect.c809 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()
1840 nfsi->write_io); in pnfs_within_mdsthreshold()
1842 if (nfsi->write_io < t->wr_io_sz) in pnfs_within_mdsthreshold()
Dinode.c512 nfsi->write_io = 0; in nfs_fhget()