Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h160 extern struct vnodeops *fifo_vnodeops;
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c212 vn_setops(vp, fifo_vnodeops); in fnode_constructor()
251 ASSERT(vn_matchops(vp, fifo_vnodeops)); in fnode_destructor()
341 error = vn_make_ops(name, fifo_vnodeops_template, &fifo_vnodeops); in fifoinit()
H A Dfifovnops.c121 struct vnodeops *fifo_vnodeops; variable
231 ASSERT(vn_matchops(vp, fifo_vnodeops)); in fifo_open()