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