Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fuse/
Dcuse.c560 static struct file_operations cuse_channel_fops; /* initialized during init */ variable
599 .fops = &cuse_channel_fops,
614 cuse_channel_fops = fuse_dev_operations; in cuse_init()
615 cuse_channel_fops.owner = THIS_MODULE; in cuse_init()
616 cuse_channel_fops.open = cuse_channel_open; in cuse_init()
617 cuse_channel_fops.release = cuse_channel_release; in cuse_init()