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

/linux-master/fs/fuse/
H A Dcuse.c621 /* inherit and extend fuse_dev_operations */
622 cuse_channel_fops = fuse_dev_operations;
H A Ddev.c2399 const struct file_operations fuse_dev_operations = { variable in typeref:struct:file_operations
2413 EXPORT_SYMBOL_GPL(fuse_dev_operations); variable
2418 .fops = &fuse_dev_operations,
H A Dinode.c1783 if ((ctx->file->f_op != &fuse_dev_operations) ||
1856 if (ctx->file->f_op == &fuse_dev_operations && fud) {
H A Dfuse_i.h1033 extern const struct file_operations fuse_dev_operations;

Completed in 123 milliseconds