Lines Matching defs:arg1

27 rump_pub_getvninfo(struct vnode *arg1, enum rump_vtype *arg2, off_t *arg3, dev_t *arg4)  in rump_pub_getvninfo()
36 rump_pub_vfslist_iterate(struct vfsops *arg1) in rump_pub_vfslist_iterate()
48 rump_pub_vfs_getopsbyname(const char *arg1) in rump_pub_vfs_getopsbyname()
72 rump_pub_vattr_settype(struct vattr *arg1, enum rump_vtype arg2) in rump_pub_vattr_settype()
81 rump_pub_vattr_setmode(struct vattr *arg1, mode_t arg2) in rump_pub_vattr_setmode()
90 rump_pub_vattr_setrdev(struct vattr *arg1, dev_t arg2) in rump_pub_vattr_setrdev()
99 rump_pub_vattr_free(struct vattr *arg1) in rump_pub_vattr_free()
108 rump_pub_vp_incref(struct vnode *arg1) in rump_pub_vp_incref()
117 rump_pub_vp_getref(struct vnode *arg1) in rump_pub_vp_getref()
129 rump_pub_vp_rele(struct vnode *arg1) in rump_pub_vp_rele()
138 rump_pub_vp_interlock(struct vnode *arg1) in rump_pub_vp_interlock()
147 rump_pub_freecn(struct componentname *arg1, int arg2) in rump_pub_freecn()
156 rump_pub_namei(uint32_t arg1, uint32_t arg2, const char *arg3, struct vnode **arg4, struct vnode **… in rump_pub_namei()
168 rump_pub_makecn(u_long arg1, u_long arg2, const char *arg3, size_t arg4, struct kauth_cred *arg5, s… in rump_pub_makecn()
180 rump_pub_vfs_unmount(struct mount *arg1, int arg2) in rump_pub_vfs_unmount()
192 rump_pub_vfs_root(struct mount *arg1, struct vnode **arg2, int arg3) in rump_pub_vfs_root()
204 rump_pub_vfs_statvfs(struct mount *arg1, struct statvfs *arg2) in rump_pub_vfs_statvfs()
216 rump_pub_vfs_sync(struct mount *arg1, int arg2, struct kauth_cred *arg3) in rump_pub_vfs_sync()
228 rump_pub_vfs_fhtovp(struct mount *arg1, struct fid *arg2, struct vnode **arg3) in rump_pub_vfs_fhtovp()
240 rump_pub_vfs_vptofh(struct vnode *arg1, struct fid *arg2, size_t *arg3) in rump_pub_vfs_vptofh()
252 rump_pub_vfs_extattrctl(struct mount *arg1, int arg2, struct vnode *arg3, int arg4, const char *arg… in rump_pub_vfs_extattrctl()
264 rump_pub_vfs_syncwait(struct mount *arg1) in rump_pub_vfs_syncwait()
273 rump_pub_vfs_getmp(const char *arg1, struct mount **arg2) in rump_pub_vfs_getmp()
285 rump_pub_vfs_mount_print(const char *arg1, int arg2) in rump_pub_vfs_mount_print()
294 rump_pub_syspuffs_glueinit(int arg1, int *arg2) in rump_pub_syspuffs_glueinit()
308 rump_pub_vattr50_to_vattr(const struct vattr *arg1, struct vattr *arg2) in rump_pub_vattr50_to_vattr()
321 rump_pub_vattr_to_vattr50(const struct vattr *arg1, struct vattr *arg2) in rump_pub_vattr_to_vattr50()