Home
last modified time | relevance | path

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

/openbsd/sys/miscfs/fuse/
H A Dfuse_device.c66 struct fuse_d *fuse_lookup(int);
131 fuse_lookup(int unit) in fuse_lookup() function
150 fd = fuse_lookup(minor(dev)); in fuse_device_cleanup()
194 fd = fuse_lookup(minor(dev)); in fuse_device_queue_fbuf()
210 fd = fuse_lookup(minor(fmp->dev)); in fuse_device_set_fmp()
232 if ((fd = fuse_lookup(unit)) != NULL) in fuseopen()
254 fd = fuse_lookup(minor(dev)); in fuseclose()
290 fd = fuse_lookup(minor(dev)); in fuseioctl()
414 fd = fuse_lookup(minor(dev)); in fuseread()
465 fd = fuse_lookup(minor(dev)); in fusewrite()
[all …]
/openbsd/sys/conf/
H A Dfiles617 file miscfs/fuse/fuse_lookup.c fuse