HomeSort by: relevance | last modified time | path
    Searched defs:va_x (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libp2k/
p2k.c 793 struct vattr *va_x; local in function:do_makenode
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; local in function:p2k_node_getattr
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)
941 struct vattr *va_x; local in function:p2k_node_setattr
    [all...]
p2k.c 793 struct vattr *va_x; local in function:do_makenode
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; local in function:p2k_node_getattr
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)
941 struct vattr *va_x; local in function:p2k_node_setattr
    [all...]

Completed in 59 milliseconds