iov_length        718 fs/afs/write.c 	size_t count = iov_length(iov, nr_segs);
iov_length       1694 fs/ext3/inode.c 	size_t count = iov_length(iov, nr_segs);
iov_length         66 fs/ext4/file.c 		size_t length = iov_length(iov, nr_segs);
iov_length       3002 fs/ext4/inode.c 	size_t count = iov_length(iov, nr_segs);
iov_length        186 fs/fat/inode.c 		loff_t size = offset + iov_length(iov, nr_segs);
iov_length        712 fs/fuse/dev.c  	if (iov_length(iov, nr_segs) < reqsize)
iov_length        774 fs/fuse/dev.c  	if (iov_length(iov, nr_segs) < reqsize) {
iov_length        864 fs/fuse/dev.c  	unsigned nbytes = iov_length(iov, nr_segs);
iov_length        583 fs/fuse/file.c 	if (pos + iov_length(iov, nr_segs) > i_size_read(inode)) {
iov_length        890 fs/nfs/direct.c 	count = iov_length(iov, nr_segs);
iov_length        947 fs/nfs/direct.c 	count = iov_length(iov, nr_segs);
iov_length        259 fs/nfs/file.c  	size_t count = iov_length(iov, nr_segs);
iov_length        509 fs/nfs/file.c  	size_t count = iov_length(iov, nr_segs);
iov_length       1002 fs/ocfs2/cluster/tcp.c 	caller_bytes = iov_length((struct iovec *)caller_vec, caller_veclen);
iov_length        293 fs/pipe.c      	total_len = iov_length(iov, nr_segs);
iov_length        407 fs/pipe.c      	total_len = iov_length(iov, nr_segs);
iov_length       2119 mm/filemap.c   	write_len = iov_length(iov, *nr_segs);