Searched refs:zvol_open (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| D | zvol.h | 49 extern int zvol_open(dev_t *devp, int flag, int otyp, cred_t *cr);
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | zvol.c | 1291 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()
|
| D | zfs_ioctl.c | 6240 return (zvol_open(devp, flag, otyp, cr)); in zfsdev_open()
|