Lines Matching defs:fuse_fs_context
491 struct fuse_fs_context { struct
492 int fd;
493 unsigned int rootmode;
494 kuid_t user_id;
495 kgid_t group_id;
496 bool is_bdev:1;
497 bool fd_present:1;
498 bool rootmode_present:1;
499 bool user_id_present:1;
500 bool group_id_present:1;
501 bool default_permissions:1;
502 bool allow_other:1;
503 bool destroy:1;
504 bool no_control:1;
505 bool no_force_umount:1;
506 bool legacy_opts_show:1;
507 bool dax:1;
508 unsigned int max_read;
509 unsigned int blksize;
510 const char *subtype;
513 struct dax_device *dax_dev;
516 void **fudptr;