Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/fs/f2fs/
H A Ddata.c593 sbi->write_io[i] = f2fs_kmalloc(sbi, in f2fs_init_write_merge_io()
596 if (!sbi->write_io[i]) in f2fs_init_write_merge_io()
600 struct f2fs_bio_info *io = &sbi->write_io[i][j]; in f2fs_init_write_merge_io()
625 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __f2fs_submit_merged_write()
654 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __submit_merged_write_cond()
759 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in add_bio_entry()
789 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in add_ipu_page()
838 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in f2fs_submit_merged_ipu_write()
951 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp; in f2fs_submit_page_write()
H A Dsuper.c1716 kvfree(sbi->write_io[i]); in f2fs_put_super()
4966 kvfree(sbi->write_io[i]); in f2fs_fill_super()
H A Df2fs.h1601 struct f2fs_bio_info *write_io[NR_PAGE_TYPE]; /* for write bios */ member
H A Dsegment.c3836 io = sbi->write_io[fio->type] + fio->temp; in f2fs_allocate_data_block()
/linux-6.15/include/linux/
H A Dnfs_fs.h260 __u64 write_io; member
/linux-6.15/fs/nfs/
H A Dfile.c418 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()
2025 nfsi->write_io); in pnfs_within_mdsthreshold()
2027 if (nfsi->write_io < t->wr_io_sz) in pnfs_within_mdsthreshold()
H A Dinode.c531 nfsi->write_io = 0; in nfs_fhget()