Home
last modified time | relevance | path

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

/linux-6.1.9/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()
495 mutex_lock(&file->f_mutex); in nlmsvc_lock()
576 mutex_unlock(&file->f_mutex); in nlmsvc_lock()
696 mutex_lock(&file->f_mutex); in nlmsvc_cancel_blocked()
698 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-6.1.9/drivers/scsi/
Dsg.c145 struct mutex f_mutex; /* protect against changes in this fd */ member
646 mutex_lock(&sfp->f_mutex); in sg_write()
655 mutex_unlock(&sfp->f_mutex); in sg_write()
1030 mutex_lock(&sfp->f_mutex); in sg_ioctl_common()
1034 mutex_unlock(&sfp->f_mutex); in sg_ioctl_common()
1041 mutex_unlock(&sfp->f_mutex); in sg_ioctl_common()
1276 mutex_lock(&sfp->f_mutex); in sg_mmap()
1295 mutex_unlock(&sfp->f_mutex); in sg_mmap()
1776 mutex_lock(&sfp->f_mutex); in sg_start_req()
1785 mutex_unlock(&sfp->f_mutex); in sg_start_req()
[all …]
/linux-6.1.9/include/linux/lockd/
Dlockd.h165 struct mutex f_mutex; /* avoid concurrent access */ member