OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfssl_reply
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/nfs/common/
nfs_commonsubs.c
4083
else if (slots[slotid].
nfssl_reply
!= NULL) {
4085
*reply = slots[slotid].
nfssl_reply
;
4086
slots[slotid].
nfssl_reply
= NULL;
4094
m_freem(slots[slotid].
nfssl_reply
);
4095
slots[slotid].
nfssl_reply
= NULL;
4114
*rep = slots[slotid].
nfssl_reply
;
4115
slots[slotid].
nfssl_reply
= NULL;
4117
m_freem(slots[slotid].
nfssl_reply
);
4118
slots[slotid].
nfssl_reply
= *rep;
nfs.h
735
struct mbuf *
nfssl_reply
;
member in struct:nfsslot
/src/sys/fs/nfs/client/
nfs_clrpcops.c
5439
m_freem(sep->nfsess_cbslots[i].
nfssl_reply
);
5840
m_freem(dsp->nfsclds_sess.nfsess_cbslots[i].
nfssl_reply
);
/src/sys/fs/nfs/server/
nfs_nfsdstate.c
5956
m_freem(sep->sess_slots[i].
nfssl_reply
);
Completed in 24 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025