Searched defs:fuse_fs_context (Results 1 – 1 of 1) sorted by relevance
506 struct fuse_fs_context { struct507 int fd;508 unsigned int rootmode;509 kuid_t user_id;510 kgid_t group_id;511 bool is_bdev:1;512 bool fd_present:1;513 bool rootmode_present:1;514 bool user_id_present:1;515 bool group_id_present:1;[all …]