Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/fs/fuse/
HDfuse_device.c102 static struct cdev *fuse_dev; variable
604 fuse_dev = make_dev(&fuse_device_cdevsw, 0, UID_ROOT, GID_OPERATOR, in fuse_device_init()
606 if (fuse_dev == NULL) in fuse_device_init()
615 MPASS(fuse_dev != NULL); in fuse_device_destroy()
616 destroy_dev(fuse_dev); in fuse_device_destroy()