Searched defs:fuse_fs_context (Results 1 – 1 of 1) sorted by relevance
586 struct fuse_fs_context { struct587 int fd;588 struct file *file;589 unsigned int rootmode;590 kuid_t user_id;591 kgid_t group_id;592 bool is_bdev:1;593 bool fd_present:1;594 bool rootmode_present:1;595 bool user_id_present:1;[all …]