Home
last modified time | relevance | path

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

/linux-5.10/fs/fuse/
Dfuse_i.h488 struct fuse_fs_context { struct
489 int fd;
490 unsigned int rootmode;
491 kuid_t user_id;
492 kgid_t group_id;
493 bool is_bdev:1;
494 bool fd_present:1;
495 bool rootmode_present:1;
496 bool user_id_present:1;
497 bool group_id_present:1;
[all …]