Home
last modified time | relevance | path

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

/Linux-v5.4/fs/lockd/
Dsvclock.c293 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()
503 mutex_lock(&file->f_mutex); in nlmsvc_lock()
583 mutex_unlock(&file->f_mutex); in nlmsvc_lock()
703 mutex_lock(&file->f_mutex); in nlmsvc_cancel_blocked()
705 mutex_unlock(&file->f_mutex); in nlmsvc_cancel_blocked()
Dsvcsubs.c110 mutex_init(&file->f_mutex); in nlm_lookup_file()
/Linux-v5.4/drivers/scsi/
Dsg.c140 struct mutex f_mutex; /* protect against changes in this fd */ member
650 mutex_lock(&sfp->f_mutex); in sg_write()
659 mutex_unlock(&sfp->f_mutex); in sg_write()
1028 mutex_lock(&sfp->f_mutex); in sg_ioctl()
1032 mutex_unlock(&sfp->f_mutex); in sg_ioctl()
1039 mutex_unlock(&sfp->f_mutex); in sg_ioctl()
1277 mutex_lock(&sfp->f_mutex); in sg_mmap()
1296 mutex_unlock(&sfp->f_mutex); in sg_mmap()
1765 mutex_lock(&sfp->f_mutex); in sg_start_req()
1774 mutex_unlock(&sfp->f_mutex); in sg_start_req()
[all …]
/Linux-v5.4/include/linux/lockd/
Dlockd.h164 struct mutex f_mutex; /* avoid concurrent access */ member