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