Home
last modified time | relevance | path

Searched refs:zfs_read (Results 1 – 5 of 5) sorted by relevance

/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Dfilesys.h56 int zfs_read (char *buf, int len);
H A Ddisk_io.c82 {"zfs", zfs_mount, zfs_read, zfs_open, 0, zfs_embed},
H A Dfsys_zfs.c1822 zfs_read(char *buf, int len) in zfs_read() function
/titanic_53/usr/src/boot/sys/boot/zfs/
H A Dzfs.c55 static int zfs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
66 zfs_read,
142 zfs_read(struct open_file *f, void *start, size_t size, size_t *resid /* out */) in zfs_read() function
/titanic_53/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c518 zfs_read(vnode_t *vp, uio_t *uio, int ioflag, cred_t *cr, caller_context_t *ct) in zfs_read() function
5297 VOPNAME_READ, { .vop_read = zfs_read },