Searched refs:orig_count (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/drivers/clk/bcm/ |
D | clk-kona-setup.c | 535 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()
|
/Linux-v6.6/drivers/staging/qlge/ |
D | qlge_mpi.c | 393 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()
|
/Linux-v6.6/fs/iomap/ |
D | direct-io.c | 289 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()
|
/Linux-v6.6/fs/gfs2/ |
D | file.c | 1018 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()
|
/Linux-v6.6/fs/btrfs/ |
D | inode.c | 10180 size_t orig_count; in btrfs_do_encoded_write() local 10215 orig_count = iov_iter_count(from); in btrfs_do_encoded_write() 10219 orig_count > BTRFS_MAX_COMPRESSED || orig_count == 0) in btrfs_do_encoded_write() 10235 if (orig_count >= encoded->unencoded_len) in btrfs_do_encoded_write() 10265 disk_num_bytes = ALIGN(orig_count, fs_info->sectorsize); in btrfs_do_encoded_write() 10330 ret = cow_file_range_inline(inode, encoded->len, orig_count, in btrfs_do_encoded_write() 10334 ret = orig_count; in btrfs_do_encoded_write() 10376 ret = orig_count; in btrfs_do_encoded_write()
|
/Linux-v6.6/sound/core/ |
D | rawmidi.c | 1107 int orig_count = src_count; in receive_with_tstamp_framing() local 1137 return orig_count - src_count; in receive_with_tstamp_framing()
|
/Linux-v6.6/fs/ceph/ |
D | file.c | 129 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()
|
/Linux-v6.6/fs/f2fs/ |
D | file.c | 4745 const size_t orig_count = iov_iter_count(from); in f2fs_file_write_iter() local 4786 orig_count, WRITE); in f2fs_file_write_iter() 4813 trace_f2fs_file_write_iter(inode, orig_pos, orig_count, ret); in f2fs_file_write_iter()
|
/Linux-v6.6/drivers/nvme/host/ |
D | fc.c | 3851 size_t orig_count = count; in fc_appid_store() local 3876 return orig_count; in fc_appid_store()
|