xref: /netbsd-src/sys/rump/include/rump/rumpvfs_if_pub.h (revision d2a0ebb67a049a5c019aba780e67b6c65954d3db)
1 /*	$NetBSD: rumpvfs_if_pub.h,v 1.15 2020/02/23 15:46:41 ad Exp $	*/
2 
3 /*
4  * Automatically generated.  DO NOT EDIT.
5  * from: NetBSD: rumpvfs.ifspec,v 1.11 2016/01/26 23:22:22 pooka Exp
6  * by:   NetBSD: makerumpif.sh,v 1.10 2016/01/26 23:21:18 pooka Exp
7  */
8 
9 void rump_pub_getvninfo(struct vnode *, enum rump_vtype *, off_t *, dev_t *);
10 struct vfsops * rump_pub_vfslist_iterate(struct vfsops *);
11 struct vfsops * rump_pub_vfs_getopsbyname(const char *);
12 struct vattr * rump_pub_vattr_init(void);
13 void rump_pub_vattr_settype(struct vattr *, enum rump_vtype);
14 void rump_pub_vattr_setmode(struct vattr *, mode_t);
15 void rump_pub_vattr_setrdev(struct vattr *, dev_t);
16 void rump_pub_vattr_free(struct vattr *);
17 void rump_pub_vp_incref(struct vnode *);
18 int rump_pub_vp_getref(struct vnode *);
19 void rump_pub_vp_rele(struct vnode *);
20 void rump_pub_vp_interlock(struct vnode *);
21 void rump_pub_vp_vmobjlock(struct vnode *, int);
22 void rump_pub_freecn(struct componentname *, int);
23 int rump_pub_namei(uint32_t, uint32_t, const char *, struct vnode **, struct vnode **, struct componentname **);
24 struct componentname * rump_pub_makecn(u_long, u_long, const char *, size_t, struct kauth_cred *, struct lwp *);
25 int rump_pub_vfs_unmount(struct mount *, int);
26 int rump_pub_vfs_root(struct mount *, struct vnode **, int);
27 int rump_pub_vfs_statvfs(struct mount *, struct statvfs *);
28 int rump_pub_vfs_sync(struct mount *, int, struct kauth_cred *);
29 int rump_pub_vfs_fhtovp(struct mount *, struct fid *, struct vnode **);
30 int rump_pub_vfs_vptofh(struct vnode *, struct fid *, size_t *);
31 int rump_pub_vfs_extattrctl(struct mount *, int, struct vnode *, int, const char *);
32 void rump_pub_vfs_syncwait(struct mount *);
33 int rump_pub_vfs_getmp(const char *, struct mount **);
34 void rump_pub_vfs_mount_print(const char *, int);
35 int rump_pub_syspuffs_glueinit(int, int *);
36 void rump_pub_vattr50_to_vattr(const struct vattr *, struct vattr *);
37 void rump_pub_vattr_to_vattr50(const struct vattr *, struct vattr *);
38