Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfsserver/
Dnfs_nfsdserv.c93 nfsrvd_access(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_access() argument
180 nfsrvd_getattr(struct nfsrv_descript *nd, int isdgram, in nfsrvd_getattr() argument
271 isdgram, 1, supports_nfsv4acls, in nfsrvd_getattr()
295 nfsrvd_setattr(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_setattr() argument
484 nfsrvd_lookup(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_lookup() argument
584 nfsrvd_readlink(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_readlink() argument
627 nfsrvd_read(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_read() argument
788 nfsrvd_write(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_write() argument
967 nfsrvd_create(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_create() argument
1136 nfsrvd_mknod(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_mknod() argument
[all …]
Dnfs_nfsdsocket.c365 static void nfsrvd_compound(struct nfsrv_descript *nd, int isdgram,
411 nfsrvd_dorpc(struct nfsrv_descript *nd, int isdgram, u_char *tag, int taglen, in nfsrvd_dorpc() argument
492 nfsrvd_compound(nd, isdgram, tag, taglen, minorvers, p); in nfsrvd_dorpc()
497 error = (*(nfsrv3_procs1[nd->nd_procnum]))(nd, isdgram, in nfsrvd_dorpc()
500 error = (*(nfsrv3_procs2[nd->nd_procnum]))(nd, isdgram, in nfsrvd_dorpc()
503 error = (*(nfsrv3_procs0[nd->nd_procnum]))(nd, isdgram, in nfsrvd_dorpc()
547 nfsrvd_compound(struct nfsrv_descript *nd, int isdgram, u_char *tag, in nfsrvd_compound() argument
906 error = (*(nfsrv4_ops1[op]))(nd, isdgram, vp, in nfsrvd_compound()
953 error = (*(nfsrv4_ops2[op]))(nd, isdgram, in nfsrvd_compound()
992 isdgram, vp, p, &vpnes); in nfsrvd_compound()
[all …]
Dnfs_nfsdkrpc.c320 int cacherep = RC_DOIT, isdgram, taglen = -1; in nfs_proc() local
329 isdgram = 0; in nfs_proc()
331 isdgram = 1; in nfs_proc()
380 nfsrvd_dorpc(nd, isdgram, tagstr, taglen, minorvers, td); in nfs_proc()
Dnfs_nfsdport.c1525 struct ucred *cred, struct thread *p, int isdgram, int reterr, in nfsvno_fillattr() argument
1531 attrbitp, cred, p, isdgram, reterr, supports_nfsv4acls, at_root, in nfsvno_fillattr()
1562 nfsrvd_readdir(struct nfsrv_descript *nd, int isdgram, in nfsrvd_readdir() argument
1806 nfsrvd_readdirplus(struct nfsrv_descript *nd, int isdgram, in nfsrvd_readdirplus() argument
2252 nd->nd_cred, p, isdgram, 0, in nfsrvd_readdirplus()
2258 nd->nd_cred, p, isdgram, 0, in nfsrvd_readdirplus()
/freebsd-10-stable/sys/fs/nfs/
Dnfs_commonport.c277 nfsvno_getfs(struct nfsfsinfo *sip, int isdgram) in nfsvno_getfs() argument
286 if (isdgram) in nfsvno_getfs()
Dnfs_commonsubs.c2046 nfsattrbit_t *attrbitp, struct ucred *cred, NFSPROC_T *p, int isdgram, in nfsv4_fillattr() argument
2084 nfsvno_getfs(&fsinf, isdgram); in nfsv4_fillattr()