Lines Matching defs:fuse_fs_context
564 struct fuse_fs_context { struct
565 int fd;
566 struct file *file;
567 unsigned int rootmode;
568 kuid_t user_id;
569 kgid_t group_id;
570 bool is_bdev:1;
571 bool fd_present:1;
572 bool rootmode_present:1;
573 bool user_id_present:1;
574 bool group_id_present:1;
575 bool default_permissions:1;
576 bool allow_other:1;
577 bool destroy:1;
578 bool no_control:1;
579 bool no_force_umount:1;
580 bool legacy_opts_show:1;
581 enum fuse_dax_mode dax_mode;
582 unsigned int max_read;
583 unsigned int blksize;
584 const char *subtype;
587 struct dax_device *dax_dev;
590 void **fudptr;