Searched defs:oo_seqid_inuse (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h540 * The 'oo_seqid_inuse' is for the open seqid synchronization. If a thread
542 * oo_seqid_inuse to true if it currently is not set. If it is set then it
544 * is done it unsets the oo_seqid_inuse and does a cv_signal to wake a process
553 * oo_seqid_inuse > mntinfo4_t::mi_lock
554 * oo_seqid_inuse > rnode4_t::r_statelock
555 * oo_seqid_inuse > rnode4_t::r_statev4_lock
556 * oo_seqid_inuse > nfs4_open_stream_t::os_sync_lock
558 * The 'oo_seqid_inuse'/'oo_cv_seqid_sync' protects:
582 unsigned oo_seqid_inuse:1; member in struct:nfs4_open_owner

Completed in 74 milliseconds