Searched refs:ff_mtx (Results 1 – 1 of 1) sorted by relevance
117 pthread_mutex_t ff_mtx; member611 error = pthread_mutex_init(&ret->ff_mtx, &fs_mutexattr); in open_fid()613 error = pthread_mutex_init(&ret->ff_mtx, NULL); in open_fid()623 (void) pthread_mutex_destroy(&ret->ff_mtx); in open_fid()628 (void) pthread_mutex_destroy(&ret->ff_mtx); in open_fid()1749 if ((err = pthread_mutex_lock(&file->ff_mtx)) != 0) in fs_read()1785 (void) pthread_mutex_unlock(&file->ff_mtx); in fs_read()2754 if ((error = pthread_mutex_lock(&file->ff_mtx)) != 0) in fs_readdir()2808 (void) pthread_mutex_unlock(&file->ff_mtx); in fs_readdir()3074 (void) pthread_mutex_destroy(&f->ff_mtx); in fs_freefid()