Home
last modified time | relevance | path

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

/linux-6.12.1/fs/lockd/
Dclntproc.c62 if (!refcount_dec_and_lock(&lockowner->count, &lockowner->host->h_lock)) in nlmclnt_put_lockowner()
65 spin_unlock(&lockowner->host->h_lock); in nlmclnt_put_lockowner()
104 spin_lock(&host->h_lock); in nlmclnt_find_lockowner()
107 spin_unlock(&host->h_lock); in nlmclnt_find_lockowner()
109 spin_lock(&host->h_lock); in nlmclnt_find_lockowner()
121 spin_unlock(&host->h_lock); in nlmclnt_find_lockowner()
467 spin_lock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_copy_lock()
471 spin_unlock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_copy_lock()
476 spin_lock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_release_private()
478 spin_unlock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_release_private()
Dsvclock.c356 if (!refcount_dec_and_lock(&lockowner->count, &lockowner->host->h_lock)) in nlmsvc_put_lockowner()
359 spin_unlock(&lockowner->host->h_lock); in nlmsvc_put_lockowner()
379 spin_lock(&host->h_lock); in nlmsvc_find_lockowner()
383 spin_unlock(&host->h_lock); in nlmsvc_find_lockowner()
385 spin_lock(&host->h_lock); in nlmsvc_find_lockowner()
398 spin_unlock(&host->h_lock); in nlmsvc_find_lockowner()
Dhost.c159 spin_lock_init(&host->h_lock); in nlm_alloc_host()
/linux-6.12.1/include/linux/lockd/
Dlockd.h67 spinlock_t h_lock; member