Home
last modified time | relevance | path

Searched refs:zfs_file_read_impl (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c155 zfs_file_read_impl(zfs_file_t *fp, void *buf, size_t count, loff_t *off) in zfs_file_read_impl() function
190 rc = zfs_file_read_impl(fp, buf, count, &off); in zfs_file_read()
222 rc = zfs_file_read_impl(fp, buf, count, &off); in zfs_file_pread()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c136 zfs_file_read_impl(zfs_file_t *fp, void *buf, size_t count, loff_t *offp, in zfs_file_read_impl() function
173 rc = zfs_file_read_impl(fp, buf, count, &off, resid); in zfs_file_read()
183 return (zfs_file_read_impl(fp, buf, count, &off, resid)); in zfs_file_pread()