Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dsvclock.c300 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()
H A Dsvcsubs.c150 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()
H A Dlockd.h197 struct mutex f_mutex; /* avoid concurrent access */ member