rumpvfs_if_priv.h revision 1.1
1/* $NetBSD: rumpvfs_if_priv.h,v 1.1 2009/10/14 17:28:14 pooka Exp $ */ 2 3/* 4 * Automatically generated. DO NOT EDIT. 5 * from: NetBSD: rumpvfs.ifspec,v 1.1 2009/10/14 17:17:00 pooka Exp 6 * by: NetBSD: makerumpif.sh,v 1.2 2009/10/14 17:26:09 pooka Exp 7 */ 8 9void rumppriv_getvninfo(struct vnode *, enum vtype *, off_t *, dev_t *); 10struct vfsops * rumppriv_vfslist_iterate(struct vfsops *); 11struct vfsops * rumppriv_vfs_getopsbyname(const char *); 12struct vattr * rumppriv_vattr_init(void); 13void rumppriv_vattr_settype(struct vattr *, enum vtype); 14void rumppriv_vattr_setmode(struct vattr *, mode_t); 15void rumppriv_vattr_setrdev(struct vattr *, dev_t); 16void rumppriv_vattr_free(struct vattr *); 17void rumppriv_vp_incref(struct vnode *); 18int rumppriv_vp_getref(struct vnode *); 19void rumppriv_vp_rele(struct vnode *); 20void rumppriv_vp_interlock(struct vnode *); 21int rumppriv_etfs_register(const char *, const char *, enum rump_etfs_type); 22int rumppriv_etfs_register_withsize(const char *, const char *, enum rump_etfs_type, uint64_t, uint64_t); 23int rumppriv_etfs_remove(const char *); 24void rumppriv_freecn(struct componentname *, int); 25int rumppriv_checksavecn(struct componentname *); 26int rumppriv_namei(uint32_t, uint32_t, const char *, struct vnode **, struct vnode **, struct componentname **); 27struct componentname * rumppriv_makecn(u_long, u_long, const char *, size_t, kauth_cred_t, struct lwp *); 28int rumppriv_vfs_unmount(struct mount *, int); 29int rumppriv_vfs_root(struct mount *, struct vnode **, int); 30int rumppriv_vfs_statvfs(struct mount *, struct statvfs *); 31int rumppriv_vfs_sync(struct mount *, int, kauth_cred_t); 32int rumppriv_vfs_fhtovp(struct mount *, struct fid *, struct vnode **); 33int rumppriv_vfs_vptofh(struct vnode *, struct fid *, size_t *); 34void rumppriv_vfs_syncwait(struct mount *); 35int rumppriv_vfs_getmp(const char *, struct mount **); 36void rumppriv_rcvp_set(struct vnode *, struct vnode *); 37struct vnode * rumppriv_cdir_get(void); 38int rumppriv_syspuffs_glueinit(int, int *); 39int rumppriv_sys___stat30(const char *, struct stat *); 40int rumppriv_sys___lstat30(const char *, struct stat *); 41void rumppriv_vattr50_to_vattr(const struct vattr *, struct vattr *); 42void rumppriv_vattr_to_vattr50(const struct vattr *, struct vattr *); 43