Searched defs:fuse_fs_context (Results 1 – 1 of 1) sorted by relevance
483 struct fuse_fs_context { struct484 int fd;485 struct file *file;486 unsigned int rootmode;487 kuid_t user_id;488 kgid_t group_id;489 bool is_bdev:1;490 bool fd_present:1;491 bool rootmode_present:1;492 bool user_id_present:1;[all …]