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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c281 static krwlock_t rfs4_findclient_lock; variable
1181 rw_init(&rfs4_findclient_lock, NULL, RW_DEFAULT, NULL);
1440 rw_destroy(&rfs4_findclient_lock);
1761 rw_enter(&rfs4_findclient_lock, RW_WRITER);
1764 rw_enter(&rfs4_findclient_lock, RW_READER);
1773 rw_exit(&rfs4_findclient_lock);
1789 rw_enter(&rfs4_findclient_lock, RW_READER);
1794 rw_exit(&rfs4_findclient_lock);
1903 rw_enter(&rfs4_findclient_lock, RW_READER);
1908 rw_exit(&rfs4_findclient_lock);
[all...]

Completed in 69 milliseconds