1/*	$NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp $	*/
2
3/*
4 * Automatically generated.  DO NOT EDIT.
5 * from: NetBSD: rumpvfs.ifspec,v 1.7 2010/11/30 15:41:35 pooka Exp
6 * by:   NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp
7 */
8
9void rump_pub_getvninfo(struct vnode *, enum vtype *, off_t *, dev_t *);
10struct vfsops * rump_pub_vfslist_iterate(struct vfsops *);
11struct vfsops * rump_pub_vfs_getopsbyname(const char *);
12struct vattr * rump_pub_vattr_init(void);
13void rump_pub_vattr_settype(struct vattr *, enum vtype);
14void rump_pub_vattr_setmode(struct vattr *, mode_t);
15void rump_pub_vattr_setrdev(struct vattr *, dev_t);
16void rump_pub_vattr_free(struct vattr *);
17void rump_pub_vp_incref(struct vnode *);
18int rump_pub_vp_getref(struct vnode *);
19void rump_pub_vp_rele(struct vnode *);
20void rump_pub_vp_interlock(struct vnode *);
21int rump_pub_etfs_register(const char *, const char *, enum rump_etfs_type);
22int rump_pub_etfs_register_withsize(const char *, const char *, enum rump_etfs_type, uint64_t, uint64_t);
23int rump_pub_etfs_remove(const char *);
24void rump_pub_freecn(struct componentname *, int);
25int rump_pub_namei(uint32_t, uint32_t, const char *, struct vnode **, struct vnode **, struct componentname **);
26struct componentname * rump_pub_makecn(u_long, u_long, const char *, size_t, struct kauth_cred *, struct lwp *);
27int rump_pub_vfs_unmount(struct mount *, int);
28int rump_pub_vfs_root(struct mount *, struct vnode **, int);
29int rump_pub_vfs_statvfs(struct mount *, struct statvfs *);
30int rump_pub_vfs_sync(struct mount *, int, struct kauth_cred *);
31int rump_pub_vfs_fhtovp(struct mount *, struct fid *, struct vnode **);
32int rump_pub_vfs_vptofh(struct vnode *, struct fid *, size_t *);
33int rump_pub_vfs_extattrctl(struct mount *, int, struct vnode *, int, const char *);
34void rump_pub_vfs_syncwait(struct mount *);
35int rump_pub_vfs_getmp(const char *, struct mount **);
36void rump_pub_vfs_mount_print(const char *, int);
37int rump_pub_syspuffs_glueinit(int, int *);
38void rump_pub_vattr50_to_vattr(const struct vattr *, struct vattr *);
39void rump_pub_vattr_to_vattr50(const struct vattr *, struct vattr *);
40