Home
last modified time | relevance | path

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

/openbsd-src/sys/miscfs/fuse/
H A Dfusefs.h50 struct fusefs_mnt { struct
51 struct mount *mp;
52 uint32_t undef_op;
53 int max_read;
77 int fusefs_file_open(struct fusefs_mnt *, struct fusefs_node *, enum fufh_type, argument