Searched refs:f_mutex (Results 1 – 3 of 3) sorted by relevance
292 mutex_unlock(&file->f_mutex); in nlmsvc_free_block()303 kref_put_mutex(&block->b_count, nlmsvc_free_block, &block->b_file->f_mutex); in nlmsvc_release_block()317 mutex_lock(&file->f_mutex); in nlmsvc_traverse_blocks()326 mutex_unlock(&file->f_mutex); in nlmsvc_traverse_blocks()331 mutex_unlock(&file->f_mutex); in nlmsvc_traverse_blocks()415 mutex_lock(&file->f_mutex); in nlmsvc_lock()495 mutex_unlock(&file->f_mutex); in nlmsvc_lock()606 mutex_lock(&file->f_mutex); in nlmsvc_cancel_blocked()608 mutex_unlock(&file->f_mutex); in nlmsvc_cancel_blocked()
109 mutex_init(&file->f_mutex); in nlm_lookup_file()
159 struct mutex f_mutex; /* avoid concurrent access */ member