Searched refs:sd_wputdatafunc (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/common/fs/sockfs/ |
| H A D | socktpi.c | 4439 if (stp->sd_wputdatafunc != NULL) { in kstrwritemp() 4440 newmp = (stp->sd_wputdatafunc)(vp, mp, NULL, in kstrwritemp() 4642 if (stp->sd_wputdatafunc != NULL) { in sostream_direct() 4643 newmp = (stp->sd_wputdatafunc)(SOTOV(so), mp, NULL, in sostream_direct() 4693 if (stp->sd_wputdatafunc != NULL) { in sostream_direct() 4694 newmp = (stp->sd_wputdatafunc)(SOTOV(so), mp, NULL, in sostream_direct()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | strsubr.h | 227 msgfunc_t sd_wputdatafunc; /* wput M_DATA routine */ member
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | strsubr.c | 2958 if (stp->sd_wputdatafunc != NULL) { in strmakedata() 2961 newbp = (stp->sd_wputdatafunc)(stp->sd_vnode, in strmakedata() 3324 stp->sd_rputdatafunc = stp->sd_wputdatafunc = NULL; in shalloc() 8183 stp->sd_wputdatafunc = wdatafunc; in strsetrwputdatahooks()
|