Searched defs:fuse_fs_context (Results 1 – 1 of 1) sorted by relevance
503 struct fuse_fs_context { struct504 int fd;505 struct file *file;506 unsigned int rootmode;507 kuid_t user_id;508 kgid_t group_id;509 bool is_bdev:1;510 bool fd_present:1;511 bool rootmode_present:1;512 bool user_id_present:1;[all …]