Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c320 static struct vnodeops *fd_vnodeops; variable
352 vn_setops(vp, fd_vnodeops); in fdget()
392 vn_setops(vp, fd_vnodeops); in fdmount()
504 error = vn_make_ops(name, fd_vnodeops_template, &fd_vnodeops); in fdinit()