Searched refs:f_mutex (Results 1 – 4 of 4) sorted by relevance
301 mutex_unlock(&file->f_mutex); in nlmsvc_free_block()312 kref_put_mutex(&block->b_count, nlmsvc_free_block, &block->b_file->f_mutex); in nlmsvc_release_block()326 mutex_lock(&file->f_mutex); in nlmsvc_traverse_blocks()337 mutex_unlock(&file->f_mutex); in nlmsvc_traverse_blocks()343 mutex_unlock(&file->f_mutex); in nlmsvc_traverse_blocks()504 mutex_lock(&file->f_mutex); in nlmsvc_lock()599 mutex_unlock(&file->f_mutex); in nlmsvc_lock()721 mutex_lock(&file->f_mutex); in nlmsvc_cancel_blocked()723 mutex_unlock(&file->f_mutex); in nlmsvc_cancel_blocked()
123 mutex_lock(&file->f_mutex); in nlm_lookup_file()125 mutex_unlock(&file->f_mutex); in nlm_lookup_file()136 mutex_init(&file->f_mutex); in nlm_lookup_file()
642 mutex_lock(&sfp->f_mutex); in sg_write()651 mutex_unlock(&sfp->f_mutex); in sg_write()1026 mutex_lock(&sfp->f_mutex); in sg_ioctl_common()1030 mutex_unlock(&sfp->f_mutex); in sg_ioctl_common()1037 mutex_unlock(&sfp->f_mutex); in sg_ioctl_common()1273 mutex_lock(&sfp->f_mutex); in sg_mmap()1292 mutex_unlock(&sfp->f_mutex); in sg_mmap()1781 mutex_lock(&sfp->f_mutex); in sg_start_req()1790 mutex_unlock(&sfp->f_mutex); in sg_start_req()1799 mutex_unlock(&sfp->f_mutex); in sg_start_req()[all …]
164 struct mutex f_mutex; /* avoid concurrent access */ member