Lines Matching refs:arg1

27 rump_pub_getvninfo(struct vnode *arg1, enum rump_vtype *arg2, off_t *arg3, dev_t *arg4)
31 rump_getvninfo(arg1, arg2, arg3, arg4);
36 rump_pub_vfslist_iterate(struct vfsops *arg1)
41 rv = rump_vfslist_iterate(arg1);
48 rump_pub_vfs_getopsbyname(const char *arg1)
53 rv = rump_vfs_getopsbyname(arg1);
72 rump_pub_vattr_settype(struct vattr *arg1, enum rump_vtype arg2)
76 rump_vattr_settype(arg1, arg2);
81 rump_pub_vattr_setmode(struct vattr *arg1, mode_t arg2)
85 rump_vattr_setmode(arg1, arg2);
90 rump_pub_vattr_setrdev(struct vattr *arg1, dev_t arg2)
94 rump_vattr_setrdev(arg1, arg2);
99 rump_pub_vattr_free(struct vattr *arg1)
103 rump_vattr_free(arg1);
108 rump_pub_vp_incref(struct vnode *arg1)
112 rump_vp_incref(arg1);
117 rump_pub_vp_getref(struct vnode *arg1)
122 rv = rump_vp_getref(arg1);
129 rump_pub_vp_rele(struct vnode *arg1)
133 rump_vp_rele(arg1);
138 rump_pub_vp_interlock(struct vnode *arg1)
142 rump_vp_interlock(arg1);
147 rump_pub_vp_vmobjlock(struct vnode *arg1, int arg2)
151 rump_vp_vmobjlock(arg1, arg2);
156 rump_pub_freecn(struct componentname *arg1, int arg2)
160 rump_freecn(arg1, arg2);
165 rump_pub_namei(uint32_t arg1, uint32_t arg2, const char *arg3, struct vnode **arg4, struct vnode **arg5, struct componentname **arg6)
170 rv = rump_namei(arg1, arg2, arg3, arg4, arg5, arg6);
177 rump_pub_makecn(u_long arg1, u_long arg2, const char *arg3, size_t arg4, struct kauth_cred *arg5, struct lwp *arg6)
182 rv = rump_makecn(arg1, arg2, arg3, arg4, arg5, arg6);
189 rump_pub_vfs_unmount(struct mount *arg1, int arg2)
194 rv = rump_vfs_unmount(arg1, arg2);
201 rump_pub_vfs_root(struct mount *arg1, struct vnode **arg2, int arg3)
206 rv = rump_vfs_root(arg1, arg2, arg3);
213 rump_pub_vfs_statvfs(struct mount *arg1, struct statvfs *arg2)
218 rv = rump_vfs_statvfs(arg1, arg2);
225 rump_pub_vfs_sync(struct mount *arg1, int arg2, struct kauth_cred *arg3)
230 rv = rump_vfs_sync(arg1, arg2, arg3);
237 rump_pub_vfs_fhtovp(struct mount *arg1, struct fid *arg2, struct vnode **arg3)
242 rv = rump_vfs_fhtovp(arg1, arg2, arg3);
249 rump_pub_vfs_vptofh(struct vnode *arg1, struct fid *arg2, size_t *arg3)
254 rv = rump_vfs_vptofh(arg1, arg2, arg3);
261 rump_pub_vfs_extattrctl(struct mount *arg1, int arg2, struct vnode *arg3, int arg4, const char *arg5)
266 rv = rump_vfs_extattrctl(arg1, arg2, arg3, arg4, arg5);
273 rump_pub_vfs_syncwait(struct mount *arg1)
277 rump_vfs_syncwait(arg1);
282 rump_pub_vfs_getmp(const char *arg1, struct mount **arg2)
287 rv = rump_vfs_getmp(arg1, arg2);
294 rump_pub_vfs_mount_print(const char *arg1, int arg2)
298 rump_vfs_mount_print(arg1, arg2);
303 rump_pub_syspuffs_glueinit(int arg1, int *arg2)
308 rv = rump_syspuffs_glueinit(arg1, arg2);
317 rump_pub_vattr50_to_vattr(const struct vattr *arg1, struct vattr *arg2)
321 rump_vattr50_to_vattr(arg1, arg2);
330 rump_pub_vattr_to_vattr50(const struct vattr *arg1, struct vattr *arg2)
334 rump_vattr_to_vattr50(arg1, arg2);