Home | History | Annotate | Download | only in libp2k

Lines Matching defs:va_x

793 	struct vattr *va_x;
800 DOCOMPAT(vap, va_x);
806 rv = makefn(dvp, &vp, cn, va_x);
808 rv = symfn(dvp, &vp, cn, va_x, link_target);
821 UNDOCOMPAT(va_x);
907 struct vattr *va_x;
915 va_x = rump_pub_vattr_init();
917 va_x = vap;
922 rv = RUMP_VOP_GETATTR(vp, va_x, cred);
927 rump_pub_vattr_to_vattr50(va_x, vap);
928 rump_pub_vattr_free(va_x);
941 struct vattr *va_x;
948 DOCOMPAT(vap, va_x);
952 rv = RUMP_VOP_SETATTR(vp, va_x, cred);
956 UNDOCOMPAT(va_x);