Lines Matching defs:fuse_fs_context
483 struct fuse_fs_context { struct
484 int fd;
485 struct file *file;
486 unsigned int rootmode;
487 kuid_t user_id;
488 kgid_t group_id;
489 bool is_bdev:1;
490 bool fd_present:1;
491 bool rootmode_present:1;
492 bool user_id_present:1;
493 bool group_id_present:1;
494 bool default_permissions:1;
495 bool allow_other:1;
496 bool destroy:1;
497 bool no_control:1;
498 bool no_force_umount:1;
499 bool legacy_opts_show:1;
500 bool dax:1;
501 unsigned int max_read;
502 unsigned int blksize;
503 const char *subtype;
506 struct dax_device *dax_dev;
509 void **fudptr;