Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A Dcuse.c564 static struct file_operations cuse_channel_fops; /* initialized during init */ variable
603 .fops = &cuse_channel_fops,
618 cuse_channel_fops = fuse_dev_operations; in cuse_init()
619 cuse_channel_fops.owner = THIS_MODULE; in cuse_init()
620 cuse_channel_fops.open = cuse_channel_open; in cuse_init()
621 cuse_channel_fops.release = cuse_channel_release; in cuse_init()
623 cuse_channel_fops.unlocked_ioctl = NULL; in cuse_init()