Searched refs:nfsm_strtom (Results 1 – 11 of 11) sorted by relevance
| /freebsd-11-stable/sys/fs/nfsclient/ |
| HD | nfs_clrpcops.c | 435 (void) nfsm_strtom(nd, op->nfso_own->nfsow_owner, NFSV4CL_LOCKNAMELEN); in nfsrpc_openrpc() 456 (void) nfsm_strtom(nd, name, namelen); in nfsrpc_openrpc() 943 (void) nfsm_strtom(nd, clp->nfsc_id, clp->nfsc_idlen); in nfsrpc_setclient() 962 (void) nfsm_strtom(nd, "tcp6", 4); in nfsrpc_setclient() 974 (void) nfsm_strtom(nd, "tcp", 3); in nfsrpc_setclient() 984 (void) nfsm_strtom(nd, addr, strlen(addr)); in nfsrpc_setclient() 986 (void) nfsm_strtom(nd, "tcp", 3); in nfsrpc_setclient() 987 (void) nfsm_strtom(nd, "0.0.0.0.0.0", 11); in nfsrpc_setclient() 1288 (void) nfsm_strtom(nd, name, len); in nfsrpc_lookup() 1856 (void) nfsm_strtom(nd, name, namelen); in nfsrpc_mknod() [all …]
|
| HD | nfs_clcomsubs.c | 191 (void) nfsm_strtom(nd, nfsv4_opmap[procnum].tag, in nfscl_reqstart()
|
| HD | nfs_clstate.c | 3275 (void) nfsm_strtom(nd, tag, taglen); in nfscl_docb()
|
| /freebsd-11-stable/sys/nfsclient/ |
| HD | nfsm_subs.h | 94 #define nfsm_strtom(a, s, m) \ macro
|
| /freebsd-11-stable/sys/fs/nfsserver/ |
| HD | nfs_nfsdserv.c | 2356 (void) nfsm_strtom(nd, cf.cl_owner, cf.cl_ownerlen); in nfsrvd_lock() 2467 (void) nfsm_strtom(nd, cf.cl_owner, cf.cl_ownerlen); in nfsrvd_lockt() 3032 (void) nfsm_strtom(nd, "OWNER@", 6); in nfsrvd_open() 3446 (void) nfsm_strtom(nd, nfsgss_mechlist[KERBV_MECH].str, in nfsrvd_secinfo() 3455 (void) nfsm_strtom(nd, nfsgss_mechlist[KERBV_MECH].str, in nfsrvd_secinfo() 3464 (void) nfsm_strtom(nd, nfsgss_mechlist[KERBV_MECH].str, in nfsrvd_secinfo() 3578 (void) nfsm_strtom(nd, "tcp", 3); in nfsrvd_setclientid() 3580 (void) nfsm_strtom(nd, "udp", 3); in nfsrvd_setclientid() 3592 (void) nfsm_strtom(nd, "tcp6", 4); in nfsrvd_setclientid() 3594 (void) nfsm_strtom(nd, "udp6", 4); in nfsrvd_setclientid() [all …]
|
| HD | nfs_nfsdsubs.c | 1783 retnum += nfsm_strtom(nd, "/", 1); in nfsrv_putreferralattr() 1797 retnum += nfsm_strtom(nd, cp, len); in nfsrv_putreferralattr() 1805 retnum += nfsm_strtom(nd, cp, len); in nfsrv_putreferralattr()
|
| HD | nfs_nfsdport.c | 1774 (void) nfsm_strtom(nd, dp->d_name, nlen); in nfsrvd_readdir() 2228 dirlen += nfsm_strtom(nd, dp->d_name, nlen); in nfsrvd_readdirplus() 2242 dirlen += nfsm_strtom(nd, dp->d_name, nlen); in nfsrvd_readdirplus()
|
| HD | nfs_nfsdsocket.c | 736 (void) nfsm_strtom(nd, tag, taglen); in nfsrvd_compound()
|
| HD | nfs_nfsdstate.c | 4537 (void)nfsm_strtom(nd, optag, len); in nfsrv_cbcallargs()
|
| /freebsd-11-stable/sys/fs/nfs/ |
| HD | nfs_commonsubs.c | 404 nfsm_strtom(struct nfsrv_descript *nd, const char *cp, int siz) in nfsm_strtom() function 520 (void) nfsm_strtom(nd, fhp, size); in nfsm_fhtom() 2375 retnum += nfsm_strtom(nd, cp, siz); in nfsv4_fillattr() 2382 retnum += nfsm_strtom(nd, cp, siz); in nfsv4_fillattr() 3241 (void) nfsm_strtom(nd, name, len); in nfsrv_getuser()
|
| HD | nfs_var.h | 266 int nfsm_strtom(struct nfsrv_descript *, const char *, int);
|