Home
last modified time | relevance | path

Searched refs:VTOSO (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c123 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 Dsocksyscalls.c192 so = VTOSO(vp); in getsonode()
200 so = VTOSO(vp); in getsonode()
2198 so = VTOSO(vp); in snf_async_read()
2390 error = socket_sendmblk(VTOSO(vp), &msg, fflag, CRED(), &mp); in snf_direct_io()
2712 error = socket_sendmblk(VTOSO(vp), &msg, fflag, CRED(), &mp); in snf_segmap()
2748 so = VTOSO(vp); in snf_segmap()
2793 so = VTOSO(vp); in snf_cache()
2866 error = socket_sendmblk(VTOSO(vp), &msg, fflag, CRED(), &mp); in snf_cache()
2977 VTOSO(vp)->so_proto_props.sopp_zcopyflag; in sosendfile64()
2981 if (socket_setsockopt(VTOSO(vp), SOL_SOCKET, in sosendfile64()
[all …]
H A Dsockstr.c785 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 Dsocksubr.c504 so2 = VTOSO(svp); in so_ux_lookup()
H A Dsocktpi.c4426 so = VTOSO(vp); in kstrwritemp()
5921 struct sonode *so = VTOSO(vp); in socktpi_plumbioctl()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c438 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 Dsocketvar.h767 #define VTOSO(vp) ((struct sonode *)((vp)->v_data)) macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c2715 so = VTOSO(vp->v_stream->sd_vnode); in prfdinfosockopt()
2720 so = VTOSO(vp); in prfdinfosockopt()