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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c95 * exported_lock Read/Write lock that protects the exportinfo list.
99 krwlock_t exported_lock; variable
202 * This routine is used under the protection of exported_lock (RW_WRITER).
285 * This routine is used under the protection of exported_lock (RW_WRITER).
368 * This routine is used under the protection of exported_lock (RW_WRITER).
485 * This routine is used under the protection of exported_lock (RW_WRITER).
612 * This routine is used under the protection of exported_lock (RW_WRITER).
711 ASSERT(RW_WRITE_HELD(&exported_lock));
806 rw_init(&exported_lock, NULL, RW_DEFAULT, NULL);
886 rw_destroy(&exported_lock);
[all...]

Completed in 48 milliseconds