Searched defs:fuse_fs_context (Results 1 – 1 of 1) sorted by relevance
564 struct fuse_fs_context { struct565 int fd;566 struct file *file;567 unsigned int rootmode;568 kuid_t user_id;569 kgid_t group_id;570 bool is_bdev:1;571 bool fd_present:1;572 bool rootmode_present:1;573 bool user_id_present:1;[all …]