Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzvol.c243 static d_open_t zvol_d_open; variable
252 .d_open = zvol_d_open,
3385 zvol_d_open(struct cdev *dev, int flags, int fmt, struct thread *td) in zvol_d_open() function