Searched refs:rd_recall_lock (Results 1 – 3 of 3) sorted by relevance
934 mutex_enter(fp->rf_dinfo.rd_recall_lock); in do_recall()944 mutex_exit(fp->rf_dinfo.rd_recall_lock); in do_recall()974 mutex_enter(fp->rf_dinfo.rd_recall_lock); in do_recall_file()976 mutex_exit(fp->rf_dinfo.rd_recall_lock); in do_recall_file()983 mutex_exit(fp->rf_dinfo.rd_recall_lock); in do_recall_file()1019 mutex_enter(fp->rf_dinfo.rd_recall_lock); in do_recall_file()1028 cv_wait(fp->rf_dinfo.rd_recall_cv, fp->rf_dinfo.rd_recall_lock); in do_recall_file()1030 mutex_exit(fp->rf_dinfo.rd_recall_lock); in do_recall_file()
2406 mutex_init(fp->rf_dinfo.rd_recall_lock, NULL, MUTEX_DEFAULT, NULL); in rfs4_file_create()
697 kmutex_t rd_recall_lock[1]; member