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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c157 door_handle_t mountd_dh; variable
163 if (mountd_dh != NULL)
164 door_ki_rele(mountd_dh);
165 mountd_dh = door_ki_lookup(did);
174 * the updated door handle will safely make it to mountd_dh
420 dh = mountd_dh;
494 if (dh == mountd_dh) {
495 door_ki_rele(mountd_dh);
496 mountd_dh = NULL;
526 * _not_ to clear mountd_dh
[all...]

Completed in 45 milliseconds