Home
last modified time | relevance | path

Searched refs:linkmax (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/bsd/am-utils/dist/libamu/
H A Dxdr_func.c2223 if (!xdr_u_int(xdrs, &objp->linkmax)) in xdr_am_PATHCONF3resok()
2236 IXDR_PUT_U_LONG(buf, objp->linkmax); in xdr_am_PATHCONF3resok()
2249 if (!xdr_u_int(xdrs, &objp->linkmax)) in xdr_am_PATHCONF3resok()
2262 objp->linkmax = IXDR_GET_U_LONG(buf); in xdr_am_PATHCONF3resok()
2274 if (!xdr_u_int(xdrs, &objp->linkmax)) in xdr_am_PATHCONF3resok()
/netbsd/lib/librpcsvc/
H A Dnfs_prot.x1083 u_int32_t linkmax; member
/netbsd/external/bsd/am-utils/dist/include/
H A Dam_xdr_func.h622 u_int linkmax; member
/netbsd/sys/nfs/
H A Dnfs_serv.c3471 register_t linkmax, namemax, chownres, notrunc; in nfsrv_pathconf() local
3487 error = VOP_PATHCONF(vp, _PC_LINK_MAX, &linkmax); in nfsrv_pathconf()
3502 pc->pc_linkmax = txdr_unsigned(linkmax); in nfsrv_pathconf()
/netbsd/sys/fs/nfs/server/
H A Dnfs_nfsdserv.c2135 register_t linkmax, namemax, chownres, notrunc; in nfsrvd_pathconf() local
2142 nd->nd_repstat = nfsvno_pathconf(vp, _PC_LINK_MAX, &linkmax, in nfsrvd_pathconf()
2158 pc->pc_linkmax = txdr_unsigned(linkmax); in nfsrvd_pathconf()
/netbsd/external/bsd/am-utils/dist/amd/
H A Dnfs_subr.c1838 ok->linkmax = 0; in am_nfs3_pathconf_3_svc()