Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c206 nfs4_trigger_vnodeops = NULL; in nfs4init()
223 &nfs4_trigger_vnodeops); in nfs4init()
236 if (nfs4_trigger_vnodeops != NULL) in nfs4init()
237 vn_freevnodeops(nfs4_trigger_vnodeops); in nfs4init()
780 if (vn_matchops(mvp, nfs4_trigger_vnodeops)) { in nfs4_mount()
H A Dnfs4_rnode.c1995 vn_setops(vp, nfs4_trigger_vnodeops); in r4_stub_set()
H A Dnfs4_stub_vnops.c234 vnodeops_t *nfs4_trigger_vnodeops; variable
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1499 extern vnodeops_t *nfs4_trigger_vnodeops;