Lines Matching defs:fuse_fs_context
518 struct fuse_fs_context { struct
519 int fd;
520 struct file *file;
521 unsigned int rootmode;
522 kuid_t user_id;
523 kgid_t group_id;
524 bool is_bdev:1;
525 bool fd_present:1;
526 bool rootmode_present:1;
527 bool user_id_present:1;
528 bool group_id_present:1;
529 bool default_permissions:1;
530 bool allow_other:1;
531 bool destroy:1;
532 bool no_control:1;
533 bool no_force_umount:1;
534 bool legacy_opts_show:1;
535 enum fuse_dax_mode dax_mode;
536 unsigned int max_read;
537 unsigned int blksize;
538 const char *subtype;
541 struct dax_device *dax_dev;
544 void **fudptr;