OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nm_sockreq
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/nfs/client/
nfsmount.h
52
struct nfssockreq
nm_sockreq
; /* Socket Info */
member in struct:nfsmount
87
#define nm_nam
nm_sockreq
.nr_nam
88
#define nm_sotype
nm_sockreq
.nr_sotype
89
#define nm_so
nm_sockreq
.nr_so
90
#define nm_soflags
nm_sockreq
.nr_soflags
91
#define nm_soproto
nm_sockreq
.nr_soproto
92
#define nm_client
nm_sockreq
.nr_client
nfs_clvfsops.c
702
error = newnfs_sndlock(&nmp->
nm_sockreq
.nr_lock);
707
newnfs_disconnect(&nmp->
nm_sockreq
);
709
newnfs_sndunlock(&nmp->
nm_sockreq
.nr_lock);
713
while (newnfs_connect(nmp, &nmp->
nm_sockreq
,
1430
nmp->
nm_sockreq
.nr_cred = crhold(cred);
1431
mtx_init(&nmp->
nm_sockreq
.nr_mtx, "nfssock", NULL, MTX_DEF);
1497
nmp->
nm_sockreq
.nr_prog = NFS_PROG;
1499
nmp->
nm_sockreq
.nr_vers = NFS_VER4;
1501
nmp->
nm_sockreq
.nr_vers = NFS_VER3;
1503
nmp->
nm_sockreq
.nr_vers = NFS_VER2
[
all
...]
nfs_clrpcops.c
432
error = newnfs_request(nd, nmp, NULL, &nmp->
nm_sockreq
, vp, p, cred,
761
error = newnfs_request(nd, nmp, NULL, &nmp->
nm_sockreq
, NULL, p, cred,
842
error = nfsrpc_exchangeid(nmp, clp, &nmp->
nm_sockreq
,
847
&nmp->
nm_sockreq
,
937
error = newnfs_request(nd, nmp, NULL, &nmp->
nm_sockreq
, NULL, p, cred,
961
error = newnfs_request(nd, nmp, NULL, &nmp->
nm_sockreq
, NULL, p,
974
error = newnfs_request(nd, nmp, NULL, &nmp->
nm_sockreq
, NULL, p,
1047
error = newnfs_request(nd, nmp, NULL, &nmp->
nm_sockreq
, NULL, p, cred,
3936
error = newnfs_request(nd, nmp, NULL, &nmp->
nm_sockreq
, NULL, p, cred,
4014
error = newnfs_request(nd, nmp, NULL, &nmp->
nm_sockreq
, vp, p, cred
[
all
...]
nfs_clport.c
957
ret = newnfs_request(nd, nmp, NULL, &nmp->
nm_sockreq
, vp, p, cred,
1072
CURVNET_SET(CRED_TO_VNET(nmp->
nm_sockreq
.nr_cred));
1097
CURVNET_SET(CRED_TO_VNET(nmp->
nm_sockreq
.nr_cred));
/src/sys/fs/nfs/common/
nfs_commonkrpc.c
556
* The system uid is in the nmp->
nm_sockreq
.nr_cred
563
KASSERT(nmp->
nm_sockreq
.nr_cred != NULL,
566
authcred = crhold(nmp->
nm_sockreq
.nr_cred);
575
* The system uid is in the nmp->
nm_sockreq
.nr_cred
578
KASSERT(nmp->
nm_sockreq
.nr_cred != NULL,
581
authcred = crhold(nmp->
nm_sockreq
.nr_cred);
597
* The credentials in
nm_sockreq
.nr_cred were used for the
600
KASSERT(nmp->
nm_sockreq
.nr_cred != NULL,
603
authcred = crhold(nmp->
nm_sockreq
.nr_cred);
1037
if (nmp->
nm_sockreq
.nr_client != NULL
[
all
...]
Completed in 17 milliseconds
Indexes created Mon Oct 20 01:09:56 GMT 2025