Searched refs:orig_count (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/clk/bcm/ |
A 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-6.3-rc2/drivers/staging/qlge/ |
A 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-6.3-rc2/fs/iomap/ |
A D | direct-io.c | 246 size_t orig_count; in iomap_dio_bio_iter() local 280 orig_count = iov_iter_count(dio->submit.iter); in iomap_dio_bio_iter() 374 iov_iter_reexpand(dio->submit.iter, orig_count - copied); in iomap_dio_bio_iter()
|
/linux-6.3-rc2/fs/gfs2/ |
A D | file.c | 1004 size_t orig_count = iov_iter_count(from); in gfs2_file_buffered_write() local 1060 from->count = orig_count - written; in gfs2_file_buffered_write() 1071 from->count = orig_count - written; in gfs2_file_buffered_write()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | inode.c | 10202 size_t orig_count; in btrfs_do_encoded_write() local 10237 orig_count = iov_iter_count(from); in btrfs_do_encoded_write() 10241 orig_count > BTRFS_MAX_COMPRESSED || orig_count == 0) in btrfs_do_encoded_write() 10257 if (orig_count >= encoded->unencoded_len) in btrfs_do_encoded_write() 10287 disk_num_bytes = ALIGN(orig_count, fs_info->sectorsize); in btrfs_do_encoded_write() 10352 ret = cow_file_range_inline(inode, encoded->len, orig_count, in btrfs_do_encoded_write() 10356 ret = orig_count; in btrfs_do_encoded_write() 10403 ret = orig_count; in btrfs_do_encoded_write()
|
/linux-6.3-rc2/sound/core/ |
A D | rawmidi.c | 1053 int orig_count = src_count; in receive_with_tstamp_framing() local 1080 return orig_count - src_count; in receive_with_tstamp_framing()
|
/linux-6.3-rc2/fs/ceph/ |
A 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-6.3-rc2/fs/f2fs/ |
A D | file.c | 4658 const size_t orig_count = iov_iter_count(from); in f2fs_file_write_iter() local 4698 f2fs_trace_rw_file_path(iocb, orig_count, WRITE); in f2fs_file_write_iter() 4725 trace_f2fs_file_write_iter(inode, orig_pos, orig_count, ret); in f2fs_file_write_iter()
|
/linux-6.3-rc2/drivers/nvme/host/ |
A D | fc.c | 3828 size_t orig_count = count; in fc_appid_store() local 3853 return orig_count; in fc_appid_store()
|
Completed in 46 milliseconds