Searched defs:fuse_fs_context (Results 1 – 1 of 1) sorted by relevance
518 struct fuse_fs_context { struct519 int fd;520 struct file *file;521 unsigned int rootmode;522 kuid_t user_id;523 kgid_t group_id;524 bool is_bdev:1;525 bool fd_present:1;526 bool rootmode_present:1;527 bool user_id_present:1;[all …]