Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/lockd/
Dclntproc.c570 down_read(&host->h_rwsem); in nlmclnt_lock()
573 up_read(&host->h_rwsem); in nlmclnt_lock()
580 up_read(&host->h_rwsem); in nlmclnt_lock()
607 down_read(&host->h_rwsem); in nlmclnt_lock()
609 up_read(&host->h_rwsem); in nlmclnt_lock()
674 down_read(&host->h_rwsem); in nlmclnt_unlock()
676 up_read(&host->h_rwsem); in nlmclnt_unlock()
Dclntlock.c244 down_write(&host->h_rwsem); in reclaimer()
281 up_write(&host->h_rwsem); in reclaimer()
Dhost.c151 init_rwsem(&host->h_rwsem); in nlm_alloc_host()
/kernel/linux/linux-5.10/include/linux/lockd/
Dlockd.h56 struct rw_semaphore h_rwsem; /* Reboot recovery lock */ member