Home
last modified time | relevance | path

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

/src/sys/fs/fuse/
H A Dfuse_device.c121 static int fuse_device_filt_write(struct knote *kn, long hint);
133 .f_event = fuse_device_filt_write,
249 fuse_device_filt_write(struct knote *kn, long hint) in fuse_device_filt_write() function