Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dclntproc.c593 down_read(&host->h_rwsem); in nlmclnt_lock()
596 up_read(&host->h_rwsem); in nlmclnt_lock()
603 up_read(&host->h_rwsem); in nlmclnt_lock()
633 down_read(&host->h_rwsem); in nlmclnt_lock()
635 up_read(&host->h_rwsem); in nlmclnt_lock()
702 down_read(&host->h_rwsem); in nlmclnt_unlock()
704 up_read(&host->h_rwsem); in nlmclnt_unlock()
H A Dlockd.h97 struct rw_semaphore h_rwsem; /* Reboot recovery lock */ member