Home
last modified time | relevance | path

Searched refs:orig_count (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/clk/bcm/
H A Dclk-kona-setup.c535 u32 orig_count; in parent_process() local
551 orig_count = (u32)(clock - clocks); in parent_process()
552 parent_count = orig_count - bad_count; in parent_process()
587 for (i = 0, j = 0; i < orig_count; i++) { in parent_process()
/openbmc/linux/drivers/staging/qlge/
H A Dqlge_mpi.c393 int orig_count = mbcp->out_count; in qlge_mpi_handler() local
423 mbcp->out_count = orig_count; in qlge_mpi_handler()
459 mbcp->out_count = orig_count; in qlge_mpi_handler()
483 mbcp->out_count = orig_count; in qlge_mpi_handler()
520 mbcp->out_count = orig_count; in qlge_mpi_handler()
/openbmc/linux/fs/iomap/
H A Ddirect-io.c289 size_t orig_count; in iomap_dio_bio_iter() local
330 orig_count = iov_iter_count(dio->submit.iter); in iomap_dio_bio_iter()
437 iov_iter_reexpand(dio->submit.iter, orig_count - copied); in iomap_dio_bio_iter()
/openbmc/linux/fs/gfs2/
H A Dfile.c1018 size_t orig_count = iov_iter_count(from); in gfs2_file_buffered_write() local
1070 from->count = orig_count - written; in gfs2_file_buffered_write()
1081 from->count = orig_count - written; in gfs2_file_buffered_write()
/openbmc/linux/fs/btrfs/
H A Dinode.c10244 size_t orig_count; in btrfs_do_encoded_write() local
10286 orig_count = iov_iter_count(from); in btrfs_do_encoded_write()
10290 orig_count > BTRFS_MAX_COMPRESSED || orig_count == 0) in btrfs_do_encoded_write()
10306 if (orig_count >= encoded->unencoded_len) in btrfs_do_encoded_write()
10336 disk_num_bytes = ALIGN(orig_count, fs_info->sectorsize); in btrfs_do_encoded_write()
10401 ret = cow_file_range_inline(inode, encoded->len, orig_count, in btrfs_do_encoded_write()
10405 ret = orig_count; in btrfs_do_encoded_write()
10447 ret = orig_count; in btrfs_do_encoded_write()
/openbmc/linux/sound/core/
H A Drawmidi.c1107 int orig_count = src_count; in receive_with_tstamp_framing() local
1137 return orig_count - src_count; in receive_with_tstamp_framing()
/openbmc/linux/fs/ceph/
H A Dfile.c129 size_t orig_count = iov_iter_count(iter); in iter_get_bvecs_alloc() local
135 iov_iter_reexpand(iter, orig_count); in iter_get_bvecs_alloc()
/openbmc/linux/fs/f2fs/
H A Dfile.c4892 const size_t orig_count = iov_iter_count(from); in f2fs_file_write_iter() local
4933 orig_count, WRITE); in f2fs_file_write_iter()
4960 trace_f2fs_file_write_iter(inode, orig_pos, orig_count, ret); in f2fs_file_write_iter()
/openbmc/linux/drivers/nvme/host/
H A Dfc.c3833 size_t orig_count = count; in fc_appid_store() local
3858 return orig_count; in fc_appid_store()