Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_device.c101 static struct cdev *fuse_dev; variable
603 fuse_dev = make_dev(&fuse_device_cdevsw, 0, UID_ROOT, GID_OPERATOR, in fuse_device_init()
605 if (fuse_dev == NULL) in fuse_device_init()
614 MPASS(fuse_dev != NULL); in fuse_device_destroy()
615 destroy_dev(fuse_dev); in fuse_device_destroy()