Searched refs:VTOSO (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_vnops.c | 119 struct sonode *so = VTOSO(vp); in socket_vop_open() 140 so = VTOSO(vp); in socket_vop_close() 173 struct sonode *so = VTOSO(vp); in socket_vop_read() 187 struct sonode *so = VTOSO(vp); in socket_vop_write() 208 struct sonode *so = VTOSO(vp); in socket_vop_ioctl() 224 struct sonode *so = VTOSO(vp); in socket_vop_setfl() 293 so = VTOSO(vp); in socket_vop_getattr() 363 struct sonode *so = VTOSO(vp); in socket_vop_setattr() 397 struct sonode *so = VTOSO(vp); in socket_vop_access() 425 struct sonode *so = VTOSO(vp); in socket_vop_inactive() [all …]
|
H A D | socksyscalls.c | 200 so = VTOSO(vp); in getsonode() 208 so = VTOSO(vp); in getsonode() 2132 so = VTOSO(vp); in snf_async_read() 2324 error = socket_sendmblk(VTOSO(vp), &msg, fflag, CRED(), &mp); in snf_direct_io() 2646 error = socket_sendmblk(VTOSO(vp), &msg, fflag, CRED(), &mp); in snf_segmap() 2682 so = VTOSO(vp); in snf_segmap() 2727 so = VTOSO(vp); in snf_cache() 2800 error = socket_sendmblk(VTOSO(vp), &msg, fflag, CRED(), &mp); in snf_cache() 2911 VTOSO(vp)->so_proto_props.sopp_zcopyflag; in sosendfile64() 2915 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 | 4491 so = VTOSO(vp); in kstrwritemp() 5984 struct sonode *so = VTOSO(vp); in socktpi_plumbioctl()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | sendfile.c | 439 so = VTOSO(vp); in sendvec_small_chunk() 670 error = socket_sendmblk(VTOSO(vp), &msg, fflag, CRED(), &head); in sendvec_small_chunk() 715 so = VTOSO(vp); in sendvec_chunk() 816 error = socket_sendmblk(VTOSO(vp), in sendvec_chunk() 953 if (socket_setsockopt(VTOSO(vp), in sendvec_chunk() 1067 error = socket_sendmblk(VTOSO(vp), in sendvec_chunk() 1170 so = VTOSO(vp); in sendfilev()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | socketvar.h | 760 #define VTOSO(vp) ((struct sonode *)((vp)->v_data)) macro
|