Searched refs:orig_count (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/fs/netfs/ |
D | direct_read.c | 170 size_t orig_count = iov_iter_count(iter); in netfs_unbuffered_read_iter_locked() local 175 if (!orig_count) in netfs_unbuffered_read_iter_locked() 178 ret = kiocb_write_and_wait(iocb, orig_count); in netfs_unbuffered_read_iter_locked() 184 iocb->ki_pos, orig_count, in netfs_unbuffered_read_iter_locked() 211 rreq->len = orig_count; in netfs_unbuffered_read_iter_locked() 213 iov_iter_advance(iter, orig_count); in netfs_unbuffered_read_iter_locked() 233 orig_count -= ret; in netfs_unbuffered_read_iter_locked()
|
/linux-6.12.1/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-6.12.1/fs/iomap/ |
D | direct-io.c | 304 size_t orig_count; in iomap_dio_bio_iter() local 345 orig_count = iov_iter_count(dio->submit.iter); in iomap_dio_bio_iter() 456 iov_iter_reexpand(dio->submit.iter, orig_count - copied); in iomap_dio_bio_iter()
|
/linux-6.12.1/fs/erofs/ |
D | fscache.c | 146 size_t orig_count = iov_iter_count(iter), len = orig_count; in erofs_fscache_read_io_async() local 171 iov_iter_reexpand(iter, orig_count - len); in erofs_fscache_read_io_async()
|
/linux-6.12.1/fs/gfs2/ |
D | file.c | 1019 size_t orig_count = iov_iter_count(from); in gfs2_file_buffered_write() local 1071 from->count = orig_count - written; in gfs2_file_buffered_write() 1082 from->count = orig_count - written; in gfs2_file_buffered_write()
|
/linux-6.12.1/fs/btrfs/ |
D | inode.c | 9401 size_t orig_count; in btrfs_do_encoded_write() local 9443 orig_count = iov_iter_count(from); in btrfs_do_encoded_write() 9447 orig_count > BTRFS_MAX_COMPRESSED || orig_count == 0) in btrfs_do_encoded_write() 9463 if (orig_count >= encoded->unencoded_len) in btrfs_do_encoded_write() 9493 disk_num_bytes = ALIGN(orig_count, fs_info->sectorsize); in btrfs_do_encoded_write() 9558 can_cow_file_range_inline(inode, start, encoded->len, orig_count)) { in btrfs_do_encoded_write() 9560 orig_count, compression, folios[0], in btrfs_do_encoded_write() 9564 ret = orig_count; in btrfs_do_encoded_write() 9606 ret = orig_count; in btrfs_do_encoded_write()
|
/linux-6.12.1/sound/core/ |
D | rawmidi.c | 1077 int orig_count = src_count; in receive_with_tstamp_framing() local 1107 return orig_count - src_count; in receive_with_tstamp_framing()
|
/linux-6.12.1/fs/f2fs/ |
D | file.c | 4965 const size_t orig_count = iov_iter_count(from); in f2fs_file_write_iter() local 5020 orig_count, WRITE); in f2fs_file_write_iter() 5047 trace_f2fs_file_write_iter(inode, orig_pos, orig_count, ret); in f2fs_file_write_iter()
|
/linux-6.12.1/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()
|
/linux-6.12.1/fs/ceph/ |
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()
|