Home
last modified time | relevance | path

Searched refs:zvol_open (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dzvol.h49 extern int zvol_open(dev_t *devp, int flag, int otyp, cred_t *cr);
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzvol.c1291 zvol_open(dev_t *devp, int flag, int otyp, cred_t *cr) in zvol_open() function
1295 zvol_open(struct g_provider *pp, int flag, int count) in zvol_open()
1299 zvol_open(dev_t *devp, int flag, int otyp, cred_t *cr) in zvol_open()
3029 error = zvol_open(pp, flags, count); in zvol_geom_access()
Dzfs_ioctl.c6240 return (zvol_open(devp, flag, otyp, cr)); in zfsdev_open()