Home
last modified time | relevance | path

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

/Linux-v5.15/fs/lockd/
Dsvclock.c294 mutex_unlock(&file->f_mutex); in nlmsvc_free_block()
305 kref_put_mutex(&block->b_count, nlmsvc_free_block, &block->b_file->f_mutex); in nlmsvc_release_block()
319 mutex_lock(&file->f_mutex); in nlmsvc_traverse_blocks()
328 mutex_unlock(&file->f_mutex); in nlmsvc_traverse_blocks()
333 mutex_unlock(&file->f_mutex); in nlmsvc_traverse_blocks()
493 mutex_lock(&file->f_mutex); in nlmsvc_lock()
574 mutex_unlock(&file->f_mutex); in nlmsvc_lock()
702 mutex_lock(&file->f_mutex); in nlmsvc_cancel_blocked()
704 mutex_unlock(&file->f_mutex); in nlmsvc_cancel_blocked()
Dsvcsubs.c123 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()
/Linux-v5.15/drivers/scsi/
Dsg.c140 struct mutex f_mutex; /* protect against changes in this fd */ member
649 mutex_lock(&sfp->f_mutex); in sg_write()
658 mutex_unlock(&sfp->f_mutex); in sg_write()
1035 mutex_lock(&sfp->f_mutex); in sg_ioctl_common()
1039 mutex_unlock(&sfp->f_mutex); in sg_ioctl_common()
1046 mutex_unlock(&sfp->f_mutex); in sg_ioctl_common()
1281 mutex_lock(&sfp->f_mutex); in sg_mmap()
1300 mutex_unlock(&sfp->f_mutex); in sg_mmap()
1754 mutex_lock(&sfp->f_mutex); in sg_start_req()
1763 mutex_unlock(&sfp->f_mutex); in sg_start_req()
[all …]
/Linux-v5.15/include/linux/lockd/
Dlockd.h165 struct mutex f_mutex; /* avoid concurrent access */ member