Lines Matching defs:fuse_fs_context
581 struct fuse_fs_context { struct
582 int fd;
583 struct file *file;
584 unsigned int rootmode;
585 kuid_t user_id;
586 kgid_t group_id;
587 bool is_bdev:1;
588 bool fd_present:1;
589 bool rootmode_present:1;
590 bool user_id_present:1;
591 bool group_id_present:1;
592 bool default_permissions:1;
593 bool allow_other:1;
594 bool destroy:1;
595 bool no_control:1;
596 bool no_force_umount:1;
597 bool legacy_opts_show:1;
598 bool dax:1;
599 bool no_daemon:1;
600 unsigned int max_read;
601 unsigned int blksize;
602 const char *subtype;
603 struct bpf_prog *root_bpf;
604 struct file *root_dir;
607 struct dax_device *dax_dev;
610 void **fudptr;