Searched refs:VTOSO (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_vnops.c | 123 struct sonode *so = VTOSO(vp); in socket_vop_open() 144 so = VTOSO(vp); in socket_vop_close() 177 struct sonode *so = VTOSO(vp); in socket_vop_read() 191 struct sonode *so = VTOSO(vp); in socket_vop_write() 212 struct sonode *so = VTOSO(vp); in socket_vop_ioctl() 228 struct sonode *so = VTOSO(vp); in socket_vop_setfl() 304 so = VTOSO(vp); in socket_vop_getattr() 380 struct sonode *so = VTOSO(vp); in socket_vop_setattr() 414 struct sonode *so = VTOSO(vp); in socket_vop_access() 442 struct sonode *so = VTOSO(vp); in socket_vop_inactive() [all …]
|
H A D | socksyscalls.c | 203 so = VTOSO(vp); in getsonode() 211 so = VTOSO(vp); in getsonode() 2216 so = VTOSO(vp); in snf_async_read() 2408 error = socket_sendmblk(VTOSO(vp), &msg, fflag, CRED(), &mp); in snf_direct_io() 2730 error = socket_sendmblk(VTOSO(vp), &msg, fflag, CRED(), &mp); in snf_segmap() 2766 so = VTOSO(vp); in snf_segmap() 2811 so = VTOSO(vp); in snf_cache() 2884 error = socket_sendmblk(VTOSO(vp), &msg, fflag, CRED(), &mp); in snf_cache() 2995 VTOSO(vp)->so_proto_props.sopp_zcopyflag; in sosendfile64() 2999 if (socket_setsockopt(VTOSO(vp), SOL_SOCKET, in sosendfile64() [all …]
|
H A D | sockstr.c | 785 struct sonode *so = VTOSO(vp); in sogetrderr() 810 struct sonode *so = VTOSO(vp); in sogetwrerr() 1668 so = VTOSO(vp); in strsock_proto() 2658 so = VTOSO(vp); in strsock_misc() 2734 ASSERT(!mutex_owned(&VTOSO(vp)->so_lock)); in so_set_asyncsigs() 2859 so = VTOSO(vp); in sock_getmsg() 2904 so = VTOSO(vp); in sock_putmsg() 2934 so = VTOSO(vp->v_stream->sd_vnode); in sock_getfasync() 2936 so = VTOSO(vp); in sock_getfasync()
|
H A D | socksubr.c | 519 so2 = VTOSO(svp); in so_ux_lookup()
|
H A D | socktpi.c | 4418 so = VTOSO(vp); in kstrwritemp() 5920 struct sonode *so = VTOSO(vp); in socktpi_plumbioctl()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sendfile.c | 438 so = VTOSO(vp); in sendvec_small_chunk() 669 error = socket_sendmblk(VTOSO(vp), &msg, fflag, CRED(), &head); in sendvec_small_chunk() 718 so = VTOSO(vp); in sendvec_chunk() 819 error = socket_sendmblk(VTOSO(vp), in sendvec_chunk() 956 if (socket_setsockopt(VTOSO(vp), in sendvec_chunk() 1070 error = socket_sendmblk(VTOSO(vp), in sendvec_chunk() 1173 so = VTOSO(vp); in sendfilev()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socketvar.h | 767 #define VTOSO(vp) ((struct sonode *)((vp)->v_data)) macro
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 2715 so = VTOSO(vp->v_stream->sd_vnode); in prfdinfosockopt() 2720 so = VTOSO(vp); in prfdinfosockopt()
|