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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c208 static int nfs4_trigger_mount(vnode_t *, cred_t *, vnode_t **);
344 * nfs4_trigger_mount(), which will find out whether a mount has already
347 * If it has, then nfs4_trigger_mount() sets newvp to the root vnode
350 * If a mount has not yet been triggered, nfs4_trigger_mount() will do so,
372 error = nfs4_trigger_mount(*vpp, cr, &newvp);
436 error = nfs4_trigger_mount(vp, cr, &newvp);
463 error = nfs4_trigger_mount(vp, cr, &newvp);
480 error = nfs4_trigger_mount(vp, cr, &newvp);
515 error = nfs4_trigger_mount(dvp, cr, &newdvp);
534 error = nfs4_trigger_mount(dv
741 nfs4_trigger_mount(vnode_t *vp, cred_t *cr, vnode_t **newvpp) function
[all...]

Completed in 61 milliseconds