Home
last modified time | relevance | path

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

/linux-6.12.1/fs/fuse/
Dfuse_i.h554 struct fuse_fs_context { struct
555 int fd;
556 struct file *file;
557 unsigned int rootmode;
558 kuid_t user_id;
559 kgid_t group_id;
560 bool is_bdev:1;
561 bool fd_present:1;
562 bool rootmode_present:1;
563 bool user_id_present:1;
[all …]