Home
last modified time | relevance | path

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

/linux-3.4.99/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()
446 spin_lock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_copy_lock()
450 spin_unlock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_copy_lock()
455 spin_lock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_release_private()
457 spin_unlock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_release_private()
Dhost.c156 spin_lock_init(&host->h_lock); in nlm_alloc_host()
/linux-3.4.99/include/linux/lockd/
Dlockd.h65 spinlock_t h_lock; member