Searched defs:fuse_fs_context (Results 1 – 1 of 1) sorted by relevance
488 struct fuse_fs_context { struct489 int fd;490 unsigned int rootmode;491 kuid_t user_id;492 kgid_t group_id;493 bool is_bdev:1;494 bool fd_present:1;495 bool rootmode_present:1;496 bool user_id_present:1;497 bool group_id_present:1;[all …]