Home
last modified time | relevance | path

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

/linux-4.19.296/fs/lockd/
Dclntproc.c568 down_read(&host->h_rwsem); in nlmclnt_lock()
571 up_read(&host->h_rwsem); in nlmclnt_lock()
578 up_read(&host->h_rwsem); in nlmclnt_lock()
605 down_read(&host->h_rwsem); in nlmclnt_lock()
607 up_read(&host->h_rwsem); in nlmclnt_lock()
672 down_read(&host->h_rwsem); in nlmclnt_unlock()
674 up_read(&host->h_rwsem); in nlmclnt_unlock()
Dclntlock.c243 down_write(&host->h_rwsem); in reclaimer()
280 up_write(&host->h_rwsem); in reclaimer()
Dhost.c150 init_rwsem(&host->h_rwsem); in nlm_alloc_host()
/linux-4.19.296/include/linux/lockd/
Dlockd.h58 struct rw_semaphore h_rwsem; /* Reboot recovery lock */ member