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