Home
last modified time | relevance | path

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

/linux-6.14.4/fs/fuse/
Dfuse_i.h564 struct fuse_fs_context { struct
565 int fd;
566 struct file *file;
567 unsigned int rootmode;
568 kuid_t user_id;
569 kgid_t group_id;
570 bool is_bdev:1;
571 bool fd_present:1;
572 bool rootmode_present:1;
573 bool user_id_present:1;
[all …]