Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c61 struct fuse_ll { struct
62 int debug;
63 int allow_root;
64 struct fuse_lowlevel_ops op;
65 int got_init;
66 void *userdata;
67 uid_t owner;
68 struct fuse_conn_info conn;
69 struct fuse_req list;
70 struct fuse_req interrupts;
[all …]