Searched refs:fuse_new_v21 (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/librefuse/refuse/
H A Dv21.h79 struct fuse *fuse_new_v21(int fd, const char *opts, const void *op,
H A Dv21.c64 fuse_new_v21(int fd, const char *opts, const void *op, function
H A Dv25.c114 return fuse_new_v21(fd, NULL, op, op_version, user_data);
H A Dv11.c155 return fuse_new_v21(fd, opts, op, op_version, NULL);
/netbsd-current/lib/librefuse/
H A Dfuse.h335 return fuse_new_v21(fd, opts, op, _FUSE_OP_VERSION__, NULL);
355 return fuse_new_v21(fd, opts, op, _FUSE_OP_VERSION__, NULL);
385 return fuse_new_v21(fd, opts, op, _FUSE_OP_VERSION__, NULL);

Completed in 95 milliseconds