Home
last modified time | relevance | path

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

/Linux-v5.15/fs/fuse/
Dfuse_i.h483 struct fuse_fs_context { struct
484 int fd;
485 struct file *file;
486 unsigned int rootmode;
487 kuid_t user_id;
488 kgid_t group_id;
489 bool is_bdev:1;
490 bool fd_present:1;
491 bool rootmode_present:1;
492 bool user_id_present:1;
[all …]