Lines Matching defs:fuse_fs_context
496 struct fuse_fs_context { struct
497 int fd;
498 struct file *file;
499 unsigned int rootmode;
500 kuid_t user_id;
501 kgid_t group_id;
502 bool is_bdev:1;
503 bool fd_present:1;
504 bool rootmode_present:1;
505 bool user_id_present:1;
506 bool group_id_present:1;
507 bool default_permissions:1;
508 bool allow_other:1;
509 bool destroy:1;
510 bool no_control:1;
511 bool no_force_umount:1;
512 bool legacy_opts_show:1;
513 enum fuse_dax_mode dax_mode;
514 unsigned int max_read;
515 unsigned int blksize;
516 const char *subtype;
519 struct dax_device *dax_dev;
522 void **fudptr;