Home
last modified time | relevance | path

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

/Linux-v6.6/fs/fuse/
Dfuse_i.h503 struct fuse_fs_context { struct
504 int fd;
505 struct file *file;
506 unsigned int rootmode;
507 kuid_t user_id;
508 kgid_t group_id;
509 bool is_bdev:1;
510 bool fd_present:1;
511 bool rootmode_present:1;
512 bool user_id_present:1;
[all …]