Searched refs:f_mutex (Results 1 – 3 of 3) sorted by relevance
293 mutex_unlock(&file->f_mutex); in nlmsvc_free_block()304 kref_put_mutex(&block->b_count, nlmsvc_free_block, &block->b_file->f_mutex); in nlmsvc_release_block()318 mutex_lock(&file->f_mutex); in nlmsvc_traverse_blocks()327 mutex_unlock(&file->f_mutex); in nlmsvc_traverse_blocks()332 mutex_unlock(&file->f_mutex); in nlmsvc_traverse_blocks()416 mutex_lock(&file->f_mutex); in nlmsvc_lock()496 mutex_unlock(&file->f_mutex); in nlmsvc_lock()607 mutex_lock(&file->f_mutex); in nlmsvc_cancel_blocked()609 mutex_unlock(&file->f_mutex); in nlmsvc_cancel_blocked()
109 mutex_init(&file->f_mutex); in nlm_lookup_file()
163 struct mutex f_mutex; /* avoid concurrent access */ member