cuse_channel_fops 569 fs/fuse/cuse.c static struct file_operations cuse_channel_fops; /* initialized during init */ cuse_channel_fops 608 fs/fuse/cuse.c .fops = &cuse_channel_fops, cuse_channel_fops 623 fs/fuse/cuse.c cuse_channel_fops = fuse_dev_operations; cuse_channel_fops 624 fs/fuse/cuse.c cuse_channel_fops.owner = THIS_MODULE; cuse_channel_fops 625 fs/fuse/cuse.c cuse_channel_fops.open = cuse_channel_open; cuse_channel_fops 626 fs/fuse/cuse.c cuse_channel_fops.release = cuse_channel_release;