Home
last modified time | relevance | path

Searched refs:h_lock (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlustre_handles.c92 spin_lock_init(&h->h_lock); in class_handle_hash()
116 spin_lock(&h->h_lock); in class_handle_unhash_nolock()
118 spin_unlock(&h->h_lock); in class_handle_unhash_nolock()
122 spin_unlock(&h->h_lock); in class_handle_unhash_nolock()
167 spin_lock(&h->h_lock); in class_handle2object()
172 spin_unlock(&h->h_lock); in class_handle2object()
/linux-4.1.27/fs/lockd/
Dclntproc.c57 if (!atomic_dec_and_lock(&lockowner->count, &lockowner->host->h_lock)) in nlm_put_lockowner()
60 spin_unlock(&lockowner->host->h_lock); in nlm_put_lockowner()
99 spin_lock(&host->h_lock); in nlm_find_lockowner()
102 spin_unlock(&host->h_lock); in nlm_find_lockowner()
104 spin_lock(&host->h_lock); in nlm_find_lockowner()
116 spin_unlock(&host->h_lock); in nlm_find_lockowner()
447 spin_lock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_copy_lock()
451 spin_unlock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_copy_lock()
456 spin_lock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_release_private()
458 spin_unlock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_release_private()
Dhost.c158 spin_lock_init(&host->h_lock); in nlm_alloc_host()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_handles.h77 spinlock_t h_lock; member
/linux-4.1.27/include/linux/lockd/
Dlockd.h65 spinlock_t h_lock; member