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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1992 * Information that is retrieved from nfs4_start_op() and that is
2041 extern int nfs4_start_op(struct mntinfo4 *, vnode_t *, vnode_t *,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c917 e.error = nfs4_start_op(VTOMI4(dvp), dvp, vpi, &recov_state);
3864 e.error = nfs4_start_op(VTOMI4(vp), vp, NULL, &recov_state);
4061 * avoid potential nfs4_start_op deadlock. See RFE
4064 * wire calls which my cause nfs4_start_op() deadlock.
4535 e.error = nfs4_start_op(VTOMI4(vp), vp, NULL, &recov_state);
4588 * here to avoid nfs4_start_op() deadlock.
4863 e.error = nfs4_start_op(VTOMI4(unldvp), unldvp, NULL, &recov_state);
6389 e.error = nfs4_start_op(VTOMI4(dvp), dvp, NULL, &recov_state);
6915 if (e.error = nfs4_start_op(mi, dvp, NULL, &recov_state)) {
7086 * nfs4_end_op() here to avoid nfs4_start_op() deadloc
[all...]
H A Dnfs4_vfsops.c1259 e.error = nfs4_start_op(mi, NULL, NULL, &recov_state);
1862 * potential nfs4_start_op deadlock.
1976 * potential nfs4_start_op deadlock. See RFE 4777612.
3245 * Drop the mi_recovlock since nfs4_start_op will
3251 n4ep->error = nfs4_start_op(mi, NULL, NULL, &recov_state);
H A Dnfs4_callback.c1574 * NFS4_DR_DID_OP - calling function already did nfs4_start_op
1899 if ((e.error = nfs4_start_op(mi, vp, NULL, &recov_state)) != 0) {
2149 * either doing recovery (therefore cannot call nfs4_start_op) or has
2150 * already called nfs4_start_op().
H A Dnfs4_recovery.c955 nfs4_start_op(mntinfo4_t *mi, vnode_t *vp1, vnode_t *vp2, function
964 * Release any resources acquired by nfs4_start_op().
965 * 'sp' should be the nfs4_server pointer returned by nfs4_start_op().
1010 * If the corresponding nfs4_start_op() found a sp,
H A Dnfs4_client.c136 * nfs4_start_op/nfs4_end_op region. Otherwise, there could be a deadlock
3453 e.error = nfs4_start_op(mi, NULL, NULL, &recov_state);

Completed in 119 milliseconds