Searched refs:strvp2wq (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c1097 ASSERT(strvp2wq(FTOV(fnp)) != NULL);
1105 put(RD(strvp2wq(FTOV(fnp))), fn_mp);
H A Dfifovnops.c463 sd_wrq = strvp2wq(vp);
1495 qp = RD((strvp2wq(vp)));
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1435 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW);
1608 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHW);
2054 q = strvp2wq(nvp)->q_next;
2544 audit_sock(T_CONN_REQ, strvp2wq(SOTOV(so)), mp, 0);
3821 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0);
4109 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0);
4703 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0);
4723 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0);
5283 (void) strqget(strvp2wq(SOTOV(so))->q_next,
5313 (void) strqget(RD(strvp2wq(SOTO
[all...]
H A Dsockstr.c260 rq = RD(strvp2wq(vp));
1598 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW);
1777 audit_sock(T_UNITDATA_IND, strvp2wq(vp),
2263 audit_sock(T_CONN_IND, strvp2wq(vp), mp, 0);
H A Dnl7c.c262 so ? (void *)strvp2wq(SOTOV(so)) : NULL,
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1209 extern queue_t *strvp2wq(vnode_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c8520 strvp2wq(vnode_t *vp) function
8547 queue_t *wrq1 = strvp2wq(vp1);
8548 queue_t *wrq2 = strvp2wq(vp2);

Completed in 104 milliseconds