Lines Matching defs:fuse_fs_context
506 struct fuse_fs_context { struct
507 int fd;
508 unsigned int rootmode;
509 kuid_t user_id;
510 kgid_t group_id;
511 bool is_bdev:1;
512 bool fd_present:1;
513 bool rootmode_present:1;
514 bool user_id_present:1;
515 bool group_id_present:1;
516 bool default_permissions:1;
517 bool allow_other:1;
518 bool destroy:1;
519 bool no_control:1;
520 bool no_force_umount:1;
521 bool legacy_opts_show:1;
522 bool dax:1;
523 unsigned int max_read;
524 unsigned int blksize;
525 const char *subtype;
528 struct dax_device *dax_dev;
531 void **fudptr;