Home
last modified time | relevance | path

Searched defs:fuse_fs_context (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/fuse/
Dfuse_i.h586 struct fuse_fs_context { struct
587 int fd;
588 struct file *file;
589 unsigned int rootmode;
590 kuid_t user_id;
591 kgid_t group_id;
592 bool is_bdev:1;
593 bool fd_present:1;
594 bool rootmode_present:1;
595 bool user_id_present:1;
[all …]