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