Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
H A Dcuse.c625 /* inherit and extend fuse_dev_operations */ in cuse_init()
626 cuse_channel_fops = fuse_dev_operations; in cuse_init()
H A Dfuse_i.h886 extern const struct file_operations fuse_dev_operations;
H A Ddev.c2301 const struct file_operations fuse_dev_operations = { variable
2315 EXPORT_SYMBOL_GPL(fuse_dev_operations); variable
2320 .fops = &fuse_dev_operations,
H A Dinode.c1444 if ((file->f_op != &fuse_dev_operations) || in fuse_fill_super()
/kernel/linux/linux-6.6/fs/fuse/
H A Dcuse.c618 /* inherit and extend fuse_dev_operations */ in cuse_init()
619 cuse_channel_fops = fuse_dev_operations; in cuse_init()
H A Dfuse_i.h982 extern const struct file_operations fuse_dev_operations;
H A Ddev.c2293 const struct file_operations fuse_dev_operations = { variable
2307 EXPORT_SYMBOL_GPL(fuse_dev_operations); variable
2312 .fops = &fuse_dev_operations,
H A Dinode.c1735 if ((ctx->file->f_op != &fuse_dev_operations) || in fuse_fill_super()
1808 if (ctx->file->f_op == &fuse_dev_operations && fud) { in fuse_get_tree()

Completed in 16 milliseconds