Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fuse/
H A Dfuse_i.h506 struct fuse_fs_context { struct
507 int fd;
508 unsigned int rootmode;
509 kuid_t user_id;
510 kgid_t group_id;
511 bool is_bdev:1;
512 bool fd_present:1;
513 bool rootmode_present:1;
514 bool user_id_present:1;
515 bool group_id_present:1;
[all …]