Searched refs:orig_count (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/netfs/ |
| H A D | direct_read.c | 174 size_t orig_count = iov_iter_count(iter); in netfs_unbuffered_read_iter_locked() local 179 if (!orig_count) in netfs_unbuffered_read_iter_locked() 182 ret = kiocb_write_and_wait(iocb, orig_count); in netfs_unbuffered_read_iter_locked() 188 iocb->ki_pos, orig_count, in netfs_unbuffered_read_iter_locked() 216 rreq->len = orig_count; in netfs_unbuffered_read_iter_locked() 218 iov_iter_advance(iter, orig_count); in netfs_unbuffered_read_iter_locked() 240 orig_count -= ret; in netfs_unbuffered_read_iter_locked()
|
| /linux/drivers/clk/bcm/ |
| H 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/fs/iomap/ |
| H A D | direct-io.c | 316 size_t orig_count; in iomap_dio_bio_iter() local 419 orig_count = iov_iter_count(dio->submit.iter); in iomap_dio_bio_iter() 521 iov_iter_reexpand(dio->submit.iter, orig_count - copied); in iomap_dio_bio_iter()
|
| /linux/fs/btrfs/ |
| H A D | inode.c | 9756 size_t orig_count; in btrfs_do_encoded_write() local 9798 orig_count = iov_iter_count(from); in btrfs_do_encoded_write() 9802 orig_count > BTRFS_MAX_COMPRESSED || orig_count == 0) in btrfs_do_encoded_write() 9818 if (orig_count >= encoded->unencoded_len) in btrfs_do_encoded_write() 9848 disk_num_bytes = ALIGN(orig_count, fs_info->sectorsize); in btrfs_do_encoded_write() 9911 can_cow_file_range_inline(inode, start, encoded->len, orig_count)) { in btrfs_do_encoded_write() 9913 orig_count, compression, folios[0], in btrfs_do_encoded_write() 9917 ret = orig_count; in btrfs_do_encoded_write() 9959 ret = orig_count; in btrfs_do_encoded_write()
|
| /linux/sound/core/ |
| H A D | rawmidi.c | 1082 int orig_count = src_count; in receive_with_tstamp_framing() local 1112 return orig_count - src_count; in receive_with_tstamp_framing()
|
| /linux/fs/f2fs/ |
| H A D | file.c | 5186 const size_t orig_count = iov_iter_count(from); in f2fs_file_write_iter() local 5241 orig_count, WRITE); in f2fs_file_write_iter() 5267 trace_f2fs_file_write_iter(inode, orig_pos, orig_count, ret); in f2fs_file_write_iter()
|
| /linux/fs/ceph/ |
| H A D | file.c | 131 size_t orig_count = iov_iter_count(iter); in iter_get_bvecs_alloc() local 137 iov_iter_reexpand(iter, orig_count); in iter_get_bvecs_alloc()
|
| /linux/drivers/nvme/host/ |
| H A D | fc.c | 3829 size_t orig_count = count; in fc_appid_store() local 3854 return orig_count; in fc_appid_store()
|