Home
last modified time | relevance | path

Searched refs:rd_recall_lock (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c939 mutex_enter(fp->rf_dinfo.rd_recall_lock); in do_recall()
949 mutex_exit(fp->rf_dinfo.rd_recall_lock); in do_recall()
979 mutex_enter(fp->rf_dinfo.rd_recall_lock); in do_recall_file()
981 mutex_exit(fp->rf_dinfo.rd_recall_lock); in do_recall_file()
988 mutex_exit(fp->rf_dinfo.rd_recall_lock); in do_recall_file()
1024 mutex_enter(fp->rf_dinfo.rd_recall_lock); in do_recall_file()
1033 cv_wait(fp->rf_dinfo.rd_recall_cv, fp->rf_dinfo.rd_recall_lock); in do_recall_file()
1035 mutex_exit(fp->rf_dinfo.rd_recall_lock); in do_recall_file()
H A Dnfs4_state.c2591 mutex_init(fp->rf_dinfo.rd_recall_lock, NULL, MUTEX_DEFAULT, NULL); in rfs4_file_create()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h716 kmutex_t rd_recall_lock[1]; member