Lines Matching defs:fuse_fs_context
467 struct fuse_fs_context { struct
468 int fd;
469 unsigned int rootmode;
470 kuid_t user_id;
471 kgid_t group_id;
472 bool is_bdev:1;
473 bool fd_present:1;
474 bool rootmode_present:1;
475 bool user_id_present:1;
476 bool group_id_present:1;
477 bool default_permissions:1;
478 bool allow_other:1;
479 bool destroy:1;
480 bool no_control:1;
481 bool no_force_umount:1;
482 bool no_mount_options:1;
483 unsigned int max_read;
484 unsigned int blksize;
485 const char *subtype;
488 void **fudptr;