Lines Matching defs:fuse_fs_context
586 struct fuse_fs_context { struct
587 int fd;
588 struct file *file;
589 unsigned int rootmode;
590 kuid_t user_id;
591 kgid_t group_id;
592 bool is_bdev:1;
593 bool fd_present:1;
594 bool rootmode_present:1;
595 bool user_id_present:1;
596 bool group_id_present:1;
597 bool default_permissions:1;
598 bool allow_other:1;
599 bool destroy:1;
600 bool no_control:1;
601 bool no_force_umount:1;
602 bool legacy_opts_show:1;
603 enum fuse_dax_mode dax_mode;
604 unsigned int max_read;
605 unsigned int blksize;
606 const char *subtype;
609 struct dax_device *dax_dev;
612 void **fudptr;