Generic filesystem read routine
ssize_t generic_file_read_iter(struct kiocb * iocb, struct iov_iter * iter);
iocb
kernel I/O control block
iter
destination for the data read
This is the "read_iter" routine for all filesystems that can use the page cache directly.