Searched refs:lm_remove_file_locks (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dlm.h141 extern void (*lm_remove_file_locks)(int);
/illumos-gate/usr/src/uts/common/klm/
H A Dklmmod.c62 void (*lm_remove_file_locks)(int) = NULL; variable
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c2572 if (lm_remove_file_locks != NULL) {
2586 (*lm_remove_file_locks)(new_sysid);
H A Dnfs4_srv.c8386 if (lm_remove_file_locks != NULL) {
8398 "lm_remove_file_locks(sysid=0x%x)\n",
8400 (*lm_remove_file_locks)(new_sysid);

Completed in 89 milliseconds