Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlustre_handles.c91 spin_lock_init(&h->h_lock); in class_handle_hash()
115 spin_lock(&h->h_lock); in class_handle_unhash_nolock()
117 spin_unlock(&h->h_lock); in class_handle_unhash_nolock()
121 spin_unlock(&h->h_lock); in class_handle_unhash_nolock()
154 spin_lock(&h->h_lock); in class_handle2object()
159 spin_unlock(&h->h_lock); in class_handle2object()
/linux-4.4.14/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.4.14/drivers/staging/lustre/lustre/include/
Dlustre_handles.h76 spinlock_t h_lock; member
/linux-4.4.14/include/linux/lockd/
Dlockd.h65 spinlock_t h_lock; member