Home
last modified time | relevance | path

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

/linux-4.4.14/fs/lockd/
Dclntproc.c558 down_read(&host->h_rwsem); in nlmclnt_lock()
561 up_read(&host->h_rwsem); in nlmclnt_lock()
568 up_read(&host->h_rwsem); in nlmclnt_lock()
595 down_read(&host->h_rwsem); in nlmclnt_lock()
597 up_read(&host->h_rwsem); in nlmclnt_lock()
662 down_read(&host->h_rwsem); in nlmclnt_unlock()
664 up_read(&host->h_rwsem); in nlmclnt_unlock()
Dclntlock.c246 down_write(&host->h_rwsem); in reclaimer()
283 up_write(&host->h_rwsem); in reclaimer()
Dhost.c149 init_rwsem(&host->h_rwsem); in nlm_alloc_host()
/linux-4.4.14/include/linux/lockd/
Dlockd.h56 struct rw_semaphore h_rwsem; /* Reboot recovery lock */ member