Searched refs:__fuse_fs_new (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/lib/librefuse/
H A Dfuse.h440 return __fuse_fs_new(op, _FUSE_OP_VERSION__, user_data);
485 return __fuse_fs_new(op, _FUSE_OP_VERSION__, user_data);
531 return __fuse_fs_new(op, _FUSE_OP_VERSION__, user_data);
576 return __fuse_fs_new(op, _FUSE_OP_VERSION__, user_data);
613 return __fuse_fs_new(op, _FUSE_OP_VERSION__, user_data);
648 return __fuse_fs_new(op, _FUSE_OP_VERSION__, user_data);
684 return __fuse_fs_new(op, _FUSE_OP_VERSION__, user_data);
720 return __fuse_fs_new(op, _FUSE_OP_VERSION__, user_data);
H A Drefuse.c1211 fuse->fs = __fuse_fs_new(op, op_version, user_data);
/netbsd-current/lib/librefuse/refuse/
H A Dfs.h53 struct fuse_fs *__fuse_fs_new(const void* op, int op_version, void* user_data);
H A Dfs.c94 __fuse_fs_new(const void* op, int op_version, void* user_data) { function

Completed in 117 milliseconds