Searched defs:fuse_fs_context (Results 1 – 1 of 1) sorted by relevance
631 struct fuse_fs_context { struct632 int fd;633 struct file *file;634 unsigned int rootmode;635 kuid_t user_id;636 kgid_t group_id;637 bool is_bdev:1;638 bool fd_present:1;639 bool rootmode_present:1;640 bool user_id_present:1;[all …]