Searched refs:zfs_read (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzfs_vnops.h30 extern int zfs_read(znode_t *, zfs_uio_t *, int, cred_t *);
/freebsd-13-stable/tools/tools/zfsboottest/
H A Dzfsboottest.c87 zfs_read(spa_t *spa, dnode_phys_t *dn, void *buf, size_t size, off_t off) function
205 n = zfs_read(spa, &dn, buf, n, off);
207 fprintf(stderr, "%s: zfs_read failed\n",
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c190 zfs_read(struct znode *zp, zfs_uio_t *uio, int ioflag, cred_t *cr) function
905 EXPORT_SYMBOL(zfs_read); variable
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c271 int error = -zfs_read(ITOZ(filp->f_mapping->host), &uio,
371 int error = -zfs_read(ITOZ(filp->f_mapping->host), &uio,
H A Dzpl_xattr.c313 error = -zfs_read(ITOZ(xip), &uio, 0, cr);
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfs.c57 static int zfs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
73 zfs_read,
146 zfs_read(struct open_file *f, void *start, size_t size, size_t *resid /* out */) function
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c4449 return (zfs_read(VTOZ(ap->a_vp), &uio, ioflags(ap->a_ioflag),

Completed in 203 milliseconds