Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1354 OH_CLOSE, enumerator
1487 #define OH_IS_STATE_RELE(op) ((op) == OH_CLOSE || (op) == OH_LOCKU || \
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c15181 ep->error = nfs4_start_fop(mi, vp, NULL, OH_CLOSE, in nfs4close_one()
15217 nfs4_end_fop(mi, vp, NULL, OH_CLOSE, in nfs4close_one()
15433 nfs4_end_fop(mi, vp, NULL, OH_CLOSE, in nfs4close_one()
15544 nfs4_end_fop(mi, vp, NULL, OH_CLOSE, in nfs4close_one()
15600 nfs4_end_fop(mi, vp, NULL, OH_CLOSE, &recov_state, in nfs4close_one()
H A Dnfs4_recovery.c653 exempt = (op == OH_CLOSE || op == OH_LOCKU || op == OH_DELEGRETURN); in nfs4_check_recov_err()