Searched refs:fuse_device_read (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/fs/fuse/
H A Dfuse_device.c91 static d_read_t fuse_device_read; variable
99 .d_read = fuse_device_read,
201 * fuse_device_read hangs on the queue of VFS messages.
206 fuse_device_read(struct cdev *dev, struct uio *uio, int ioflag) function

Completed in 54 milliseconds