Searched defs:fuse_fs_context (Results 1 – 1 of 1) sorted by relevance
601 struct fuse_fs_context { struct602 int fd;603 struct file *file;604 unsigned int rootmode;605 kuid_t user_id;606 kgid_t group_id;607 bool is_bdev:1;608 bool fd_present:1;609 bool rootmode_present:1;610 bool user_id_present:1;[all …]