Home
last modified time | relevance | path

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

/openbmc/linux/fs/lockd/
H A Dclntproc.c587 down_read(&host->h_rwsem); in nlmclnt_lock()
590 up_read(&host->h_rwsem); in nlmclnt_lock()
597 up_read(&host->h_rwsem); in nlmclnt_lock()
627 down_read(&host->h_rwsem); in nlmclnt_lock()
629 up_read(&host->h_rwsem); in nlmclnt_lock()
694 down_read(&host->h_rwsem); in nlmclnt_unlock()
696 up_read(&host->h_rwsem); in nlmclnt_unlock()
H A Dclntlock.c242 down_write(&host->h_rwsem); in reclaimer()
279 up_write(&host->h_rwsem); in reclaimer()
H A Dhost.c151 init_rwsem(&host->h_rwsem); in nlm_alloc_host()
/openbmc/linux/include/linux/lockd/
H A Dlockd.h58 struct rw_semaphore h_rwsem; /* Reboot recovery lock */ member