Searched defs:fuse_fs_context (Results 1 – 1 of 1) sorted by relevance
581 struct fuse_fs_context { struct582 int fd;583 struct file *file;584 unsigned int rootmode;585 kuid_t user_id;586 kgid_t group_id;587 bool is_bdev:1;588 bool fd_present:1;589 bool rootmode_present:1;590 bool user_id_present:1;[all …]