Home
last modified time | relevance | path

Searched refs:sd_wputdatafunc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4456 if (stp->sd_wputdatafunc != NULL) { in kstrwritemp()
4457 newmp = (stp->sd_wputdatafunc)(vp, mp, NULL, in kstrwritemp()
4659 if (stp->sd_wputdatafunc != NULL) { in sostream_direct()
4660 newmp = (stp->sd_wputdatafunc)(SOTOV(so), mp, NULL, in sostream_direct()
4710 if (stp->sd_wputdatafunc != NULL) { in sostream_direct()
4711 newmp = (stp->sd_wputdatafunc)(SOTOV(so), mp, NULL, in sostream_direct()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h227 msgfunc_t sd_wputdatafunc; /* wput M_DATA routine */ member
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c2959 if (stp->sd_wputdatafunc != NULL) { in strmakedata()
2962 newbp = (stp->sd_wputdatafunc)(stp->sd_vnode, in strmakedata()
3325 stp->sd_rputdatafunc = stp->sd_wputdatafunc = NULL; in shalloc()
8184 stp->sd_wputdatafunc = wdatafunc; in strsetrwputdatahooks()