Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/fd/
H A Dfdops.c318 static struct vnodeops *fd_vnodeops; variable
350 vn_setops(vp, fd_vnodeops); in fdget()
390 vn_setops(vp, fd_vnodeops); in fdmount()
502 error = vn_make_ops(name, fd_vnodeops_template, &fd_vnodeops); in fdinit()