Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Ddirect_read.c173 size_t orig_count = iov_iter_count(iter); in netfs_unbuffered_read_iter_locked() local
178 if (!orig_count) in netfs_unbuffered_read_iter_locked()
181 ret = kiocb_write_and_wait(iocb, orig_count); in netfs_unbuffered_read_iter_locked()
187 iocb->ki_pos, orig_count, in netfs_unbuffered_read_iter_locked()
215 rreq->len = orig_count; in netfs_unbuffered_read_iter_locked()
217 iov_iter_advance(iter, orig_count); in netfs_unbuffered_read_iter_locked()
239 orig_count -= ret; in netfs_unbuffered_read_iter_locked()
/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()
/linux/fs/erofs/
H A Dfscache.c132 size_t orig_count = iov_iter_count(iter), len = orig_count; in erofs_fscache_read_io_async() local
157 iov_iter_reexpand(iter, orig_count - len); in erofs_fscache_read_io_async()
/linux/fs/iomap/
H A Ddirect-io.c411 size_t orig_count; in iomap_dio_bio_iter()
515 orig_count = iov_iter_count(dio->submit.iter); in iomap_dio_bio_iter()
578 iov_iter_reexpand(dio->submit.iter, orig_count - copied); in iomap_dio_hole_iter()
400 size_t orig_count; iomap_dio_bio_iter() local
/linux/fs/gfs2/
H A Dfile.c1020 size_t orig_count = iov_iter_count(from); in gfs2_file_buffered_write() local
1073 from->count = orig_count - written; in gfs2_file_buffered_write()
1084 from->count = orig_count - written; in gfs2_file_buffered_write()
/linux/fs/btrfs/
H A Dinode.c9887 size_t orig_count; in btrfs_do_encoded_write()
9929 orig_count = iov_iter_count(from); in btrfs_do_encoded_write()
9933 orig_count > BTRFS_MAX_COMPRESSED || orig_count == 0) in btrfs_do_encoded_write()
9949 if (orig_count >= encoded->unencoded_len) in btrfs_do_encoded_write()
9979 disk_num_bytes = ALIGN(orig_count, fs_info->sectorsize); in btrfs_do_encoded_write()
10049 can_cow_file_range_inline(inode, start, encoded->len, orig_count)) { in btrfs_do_encoded_write()
10051 orig_count, compression, in btrfs_do_encoded_write()
10056 ret = orig_count; in btrfs_do_encoded_write()
10098 ret = orig_count; in btrfs_do_encoded_write()
9889 size_t orig_count; btrfs_do_encoded_write() local
[all...]
/linux/sound/core/
H A Drawmidi.c1082 int orig_count = src_count; in receive_with_tstamp_framing() local
1112 return orig_count - src_count; in receive_with_tstamp_framing()
/linux/drivers/nvme/host/
H A Dfc.c3831 size_t orig_count = count; in fc_appid_store() local
3856 return orig_count; in fc_appid_store()
/linux/fs/ceph/
H A Dfile.c131 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()