Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c934 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()
H A Dnfs4_state.c2409 mutex_init(fp->rf_dinfo.rd_recall_lock, NULL, MUTEX_DEFAULT, NULL); in rfs4_file_create()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4.h697 kmutex_t rd_recall_lock[1]; member