Home
last modified time | relevance | path

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

/Linux-v6.1/fs/fuse/
Dfuse_i.h496 struct fuse_fs_context { struct
497 int fd;
498 struct file *file;
499 unsigned int rootmode;
500 kuid_t user_id;
501 kgid_t group_id;
502 bool is_bdev:1;
503 bool fd_present:1;
504 bool rootmode_present:1;
505 bool user_id_present:1;
[all …]