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

/illumos-gate/usr/src/uts/common/nfs/
H A Drnode4.h485 #define NFS4_DR_DID_OP 0x8 /* calling function did nfs4_start_op */ macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c1574 * NFS4_DR_DID_OP - calling function already did nfs4_start_op
1601 if (flags & NFS4_DR_DID_OP) {
1608 * Remove the NFS4_DR_DID_OP flag so we don't
1612 nfs4delegreturn_async(rp, (flags & ~NFS4_DR_DID_OP), FALSE);
2130 * NFS4_DR_DID_OP, which just calls nfs4delegreturn_async again.
2132 flags &= ~NFS4_DR_DID_OP;
2332 dr_flags = NFS4_DR_PUSH|NFS4_DR_DID_OP|NFS4_DR_REOPEN;

Completed in 64 milliseconds