Searched refs:f_mutex (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/scsi/
H A Dsg.c145 struct mutex f_mutex; /* protect against changes in this fd */ member in struct:sg_fd
649 mutex_lock(&sfp->f_mutex);
658 mutex_unlock(&sfp->f_mutex);
1033 mutex_lock(&sfp->f_mutex);
1037 mutex_unlock(&sfp->f_mutex);
1044 mutex_unlock(&sfp->f_mutex);
1280 mutex_lock(&sfp->f_mutex);
1299 mutex_unlock(&sfp->f_mutex);
1789 mutex_lock(&sfp->f_mutex);
1798 mutex_unlock(&sfp->f_mutex);
[all...]
/linux-master/include/linux/lockd/
H A Dlockd.h164 struct mutex f_mutex; /* avoid concurrent access */ member in struct:nlm_file
/linux-master/fs/lockd/
H A Dsvcsubs.c123 mutex_lock(&file->f_mutex);
125 mutex_unlock(&file->f_mutex);
136 mutex_init(&file->f_mutex);
H A Dsvclock.c302 mutex_unlock(&file->f_mutex);
313 kref_put_mutex(&block->b_count, nlmsvc_free_block, &block->b_file->f_mutex);
327 mutex_lock(&file->f_mutex);
338 mutex_unlock(&file->f_mutex);
344 mutex_unlock(&file->f_mutex);
505 mutex_lock(&file->f_mutex);
600 mutex_unlock(&file->f_mutex);
722 mutex_lock(&file->f_mutex);
724 mutex_unlock(&file->f_mutex);

Completed in 126 milliseconds