Lines Matching defs:fuse_fs_context
554 struct fuse_fs_context { struct
555 int fd;
556 struct file *file;
557 unsigned int rootmode;
558 kuid_t user_id;
559 kgid_t group_id;
560 bool is_bdev:1;
561 bool fd_present:1;
562 bool rootmode_present:1;
563 bool user_id_present:1;
564 bool group_id_present:1;
565 bool default_permissions:1;
566 bool allow_other:1;
567 bool destroy:1;
568 bool no_control:1;
569 bool no_force_umount:1;
570 bool legacy_opts_show:1;
571 enum fuse_dax_mode dax_mode;
572 unsigned int max_read;
573 unsigned int blksize;
574 const char *subtype;
577 struct dax_device *dax_dev;
580 void **fudptr;