Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
Dfuse_i.h491 struct fuse_fs_context { struct
492 int fd;
493 unsigned int rootmode;
494 kuid_t user_id;
495 kgid_t group_id;
496 bool is_bdev:1;
497 bool fd_present:1;
498 bool rootmode_present:1;
499 bool user_id_present:1;
500 bool group_id_present:1;
[all …]
/kernel/linux/linux-6.6/fs/fuse/
Dfuse_i.h518 struct fuse_fs_context { struct
519 int fd;
520 struct file *file;
521 unsigned int rootmode;
522 kuid_t user_id;
523 kgid_t group_id;
524 bool is_bdev:1;
525 bool fd_present:1;
526 bool rootmode_present:1;
527 bool user_id_present:1;
[all …]