Searched defs:fuse_fs_context (Results 1 – 1 of 1) sorted by relevance
467 struct fuse_fs_context { struct468 int fd;469 unsigned int rootmode;470 kuid_t user_id;471 kgid_t group_id;472 bool is_bdev:1;473 bool fd_present:1;474 bool rootmode_present:1;475 bool user_id_present:1;476 bool group_id_present:1;[all …]