Searched refs:f_mutex (Results 1 – 3 of 3) sorted by relevance
300 mutex_unlock(&file->f_mutex); in nlmsvc_free_block()311 kref_put_mutex(&block->b_count, nlmsvc_free_block, &block->b_file->f_mutex); in nlmsvc_release_block()325 mutex_lock(&file->f_mutex); in nlmsvc_traverse_blocks()336 mutex_unlock(&file->f_mutex); in nlmsvc_traverse_blocks()342 mutex_unlock(&file->f_mutex); in nlmsvc_traverse_blocks()506 mutex_lock(&file->f_mutex); in nlmsvc_lock()601 mutex_unlock(&file->f_mutex); in nlmsvc_lock()729 mutex_lock(&file->f_mutex); in nlmsvc_cancel_blocked()731 mutex_unlock(&file->f_mutex); in nlmsvc_cancel_blocked()
150 mutex_lock(&file->f_mutex); in nlm_lookup_file()152 mutex_unlock(&file->f_mutex); in nlm_lookup_file()163 mutex_init(&file->f_mutex); in nlm_lookup_file()
197 struct mutex f_mutex; /* avoid concurrent access */ member